Skip to content

Releases: getsentry/sentry-javascript

6.13.2

21 Sep 14:57

Choose a tag to compare

  • fix(browser): Use getGlobalObject for document check (#3996)
  • misc(all): Disallow direct usage of globals (#3999)

6.13.1

20 Sep 18:37

Choose a tag to compare

  • fix(browser): Check for document when sending outcomes (#3993)

6.13.0

20 Sep 12:21

Choose a tag to compare

  • feat(browser): Client Report Support (#3955)
  • feat(perf): Add experimental option to improve LCP collection (#3879)
  • fix(browser): Make sure that document.head or document.body exists for injectReportDialog (#3972)
  • fix(browser): Parse frames-only safari(-web)-extension stack (#3929)
  • fix(ember): Move ember-source to devDependencies (#3962)
  • fix(hub): Don't set lastEventID for transactions (#3966)
  • fix(nextjs): Include nextjs config's basePath on urlPrefix (#3922)
  • fix(node): Add protocol detection for get/request calls without explict protocol (#3950)
  • fix(node): Disable autoSessionTracking if dsn undefined (#3954)
  • fix(vue): Check for matched route existence before starting transaction (#3973)
  • ref(browser): Migrate unit tests from Chai and Karma to Jest (#3965)
  • ref(nextjs): Exclude cross-platform tracing code from bundles (#3978)
  • ref(tracing): Idle transaction refactoring (#3988)

6.13.0-beta.3

16 Sep 10:15

Choose a tag to compare

6.13.0-beta.3 Pre-release
Pre-release
  • fix(browser): Use dateTimestampInSeconds instead of Date.now to send seconds-based timestamp

6.13.0-beta.2

15 Sep 18:42

Choose a tag to compare

6.13.0-beta.2 Pre-release
Pre-release
  • fix(browser): Add required empty envelope header to Client Report envelope payload

6.13.0-beta.1

15 Sep 10:37

Choose a tag to compare

6.13.0-beta.1 Pre-release
Pre-release
  • feat(browser): Client Report Support (#3955)
  • feat(perf): Add experimental option to improve LCP collection (#3879)
  • fix(browser): Make sure that document.head or document.body exists for injectReportDialog (#3972)
  • fix(browser): Parse frames-only safari(-web)-extension stack (#3929)
  • fix(ember): Move ember-source to devDependencies (#3962)
  • fix(hub): Don't set lastEventID for transactions (#3966)
  • fix(nextjs): Include nextjs config's basePath on urlPrefix (#3922)
  • fix(node): Add protocol detection for get/request calls without explict protocol (#3950)
  • fix(node): Disable autoSessionTracking if dsn undefined (#3954)
  • fix(vue): Check for matched route existence before starting transaction (#3973)
  • ref(browser): Migrate unit tests from Chai and Karma to Jest (#3965)
  • ref(nextjs): Exclude cross-platform tracing code from bundles (#3978)

6.13.0-beta.0

01 Sep 06:41

Choose a tag to compare

6.13.0-beta.0 Pre-release
Pre-release
  • feat(tracing): Add tracestate header handling

6.12.0

31 Aug 16:05

Choose a tag to compare

  • fix(nextjs): Differentiate between webpack 4 and 5 in server builds (#3878)
  • fix(core): Skip native frames while searching frame URLs. (#3897)
  • fix(vue): Attach props only if VM is available (#3902)
  • feat(tracing): Add pg-native support to Postgres integration. (#3894)
  • ref(ember): Update addon to support Ember 4.0.0 (beta) (#3915)
  • feat(react): Make Profiler _mountSpan attribute protected (#3904)
  • fix(ember): allow ember-beta to fail (#3910)
  • fix(tracing): Prevent metrics erroring module load in web workers (#3941)
  • misc(browser): Log when event is dropped by Dedupe integration (#3943)

6.12.0-beta.2

26 Aug 17:41

Choose a tag to compare

6.12.0-beta.2 Pre-release
Pre-release
  • feat(perf): Make sure option is set correctly (fae9e68)

6.12.0-beta.1

24 Aug 08:09

Choose a tag to compare

6.12.0-beta.1 Pre-release
Pre-release
  • feat(perf): Add experimental option to improve LCP collection (#3879)