Skip to content

Releases: getsentry/sentry-javascript

6.13.0-beta.0

01 Sep 06:41
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
6.12.0-beta.1 Pre-release
Pre-release
  • feat(perf): Add experimental option to improve LCP collection (#3879)

6.11.0

06 Aug 12:47
Compare
Choose a tag to compare

feat(nextjs): Allow for TypeScript user config files (#3847)
fix(browser): Make sure handler exists for LinkedErrors Integration (#3861)
fix(core): Skip anonymous callbacks while searching frame URLs. (#3842)
fix(core): Stop rejecting in flush and close when client undefined (#3846)
fix(nextjs): Stop SentryWebpackPlugin from uploading unnecessary files (#3845)
fix(react): Require ReactElement in ErrorBoundary props and render (#3857)
fix(tests): Allow tests to run on Windows without WSL (#3813)
fix(utils): Fix false-positive circular references when normalizing Event objects (#3864)
fix(vue): Make Router.name type optional to match VueRouter (#3843)
ref(core): Prevent redundant setup work (#3862)
ref(nextjs): Stop reinitializing the server SDK unnecessarily (#3860)

6.10.0

22 Jul 07:43
Compare
Choose a tag to compare
  • feat(vue): Rework tracing and add support for Vue 3 (#3804)
  • feat(tracing): Upgrade to web-vitals 2.1.0 (#3781)
  • fix(ember): Make argument to InitSentryForEmber optional (#3802)
  • fix(nextjs): Do not start a navigation if the from URL is the same (#3814)
  • fix(nextjs): Let flush finish in API routes (#3811)
  • fix(nextjs): Use domains to prevent scope bleed (#3788)
  • fix(react): Make Route typing more generic (#3809)
  • ref(tracing): Update span op for outgoing HTTP requests (#3821)
  • ref(tracing): Remove updated CLS from web-vitals (#3822)

6.10.0-beta.3

21 Jul 07:07
Compare
Choose a tag to compare
6.10.0-beta.3 Pre-release
Pre-release
  • ref(nextjs): Small changes to nextjs integration test runner (#3819)
  • fix(nextjs): Let flush finish in API routes (#3811)
  • fix: Update span op for outgoing HTTP requests (#3821)
  • ref(tracing): Remove updated CLS from web-vitals (#3822) - CHERRY PICKED (NOT
    MERGED TO MASTER)

6.10.0-beta.2

19 Jul 16:40
Compare
Choose a tag to compare
6.10.0-beta.2 Pre-release
Pre-release
  • fix(nextjs): Do not start a navigation if from url is the same (#3814)
  • fix(nextjs): Use local copies for all sentry packages when testing on vercel (#3812)
  • fix(web-vitals): Check for valid entry in updatedCLS (#3816)

6.10.0-beta

16 Jul 10:44
Compare
Choose a tag to compare
6.10.0-beta Pre-release
Pre-release
  • feat(tracing): Upgrade to web-vitals 2.1.0 (#3781)
  • feat(vue): Rework tracing and add support for Vue 3 (#3804)
  • fix(ember): Make argument to InitSentryForEmber optional (#3802)
  • fix(nextjs): Small integration test runner fixes (#3801)
  • fix(nextjs): Use domains to prevent scope bleed (#3788)
  • fix(react): Make Route typing more generic (#3809)

6.9.0

12 Jul 09:57
Compare
Choose a tag to compare
  • feat(browser): Use scope data in report dialog (#3792)
  • feat(core): Add ensureNoCircularStructures experiment to help debug serialization bugs (#3776)
  • feat(nextjs): Add options to disable webpack plugin (#3771)
  • feat(react): Support render props in ErrorBoundary (#3793)
  • fix(ember): Correctly cache ember types from prepublish hook (#3749)
  • fix(ember): Fix runtime config options not being merged (#3791)
  • fix(metrics): Check for cls entry sources (#3775)
  • fix(nextjs): Make withSentryConfig return type match given config type (#3760)
  • fix(node): Check if captureRequestSession is available before its called (#3773)
  • fix(node): Enable autoSessionTracking correctly (#3758)
  • fix(react): allRoutes cannot triple equal a new array instance (#3779)
  • fix(tracing): Add check for document.scripts in metrics (#3766)
  • fix(types): Update ExtractedNodeRequestData to include valid query_params for tracesSampler (#3715)
  • ref(gatsby): Default release to empty string (#3759)
  • ref(nextjs): Inject init code in _app and API routes (#3786)
  • ref(nextjs): Pre-disable-plugin-option config cleanup (#3770)
  • ref(nextjs): Stop setting redundant productionBrowserSourceMaps in config (#3765)