Skip to content

Update dependency @sentry/browser to v6

Reiter, Christoph requested to merge renovate/major-sentry-monorepo into master

This MR contains the following updates:

Package Type Update Change
@sentry/browser dependencies major ^5.27.4 -> ^6.0.0

Release Notes

getsentry/sentry-javascript

v6.1.0

Compare Source

We updated the way how we calculate errored and crashed sessions with this update. Please be aware that some numbers might change for you and they now should reflect the actual reality. Visit our docs for more information.

  • [browser] feat: Rework how we track sessions (#​3224)
  • [hub] ref: Simplify getting hub from active domain (#​3227)
  • [core] ref: Rename user to publicKey in Dsn type and class (#​3225)
  • [ember] fix: Fix backwards compatibility with Embroider changes (#​3230)

v6.0.4

Compare Source

  • [browser] fix: Don't break when function call context is undefined (#​3222)
  • [tracing] fix: Set default sampling context data where startTransaction is called (#​3210)
  • [tracing] fix: Remove stray sampling data tags (#​3197)
  • [tracing] fix: Clear activeTransaction from the scope and always start idle timers (#​3215)
  • [angular] ref: Add Angular 11 to possible peerDependencies list (#​3201)
  • [vue] ref: Add vue-router to peerDependencies list (#​3214)

v6.0.3

Compare Source

  • [tracing] ref: feat(tracing): Add context update methods to Span and Transaction (#​3192)
  • [node] ref: Make ExpressRequest not extend http.IncomingMessage anymore (#​3211)
  • [browser] deps: Allow for LocalForage >=1.8.1 (#​3205)
  • [ember] fix(ember): Fix location url for 'hash' location type (#​3195)
  • [ember] fix(ember): Fix Ember to work with Embroider and Fastboot (#​3181)

v6.0.2

Compare Source

  • [browser] fix: Disable session tracking in non-browser environments (#​3194)

v6.0.1

Compare Source

  • [vue] fix: Make sure that error is present before logging it in Vue (#​3183)
  • [serverless] fix: Fix issue when /dist didn't exist before building (#​3190)

v6.0.0

Compare Source

This major version release doesn't contain any breaking API/code changes. Starting from the version 6.0.0, all SDKs that support sending sessions data will do so by default. See our Release Health docs to learn more. As of this version, it applies to all Browser SDKs (Browser, React, Angular, Vue, Gatsby etc.). Node.js and other related Server SDKs will follow soon after, in the minor 6.x release. You can opt-out of this behavior by setting autoSessionTracking: false option during SDK initialization.


  • [wasm] feat: Introduce a @sentry/wasm package (#​3080)
  • [tracing] feat: Turn Sessions Tracking on by default (#​3099)
  • [tracing] feat: Create session on history change (#​3179)
  • [core] feat: Attach SDK metadata to options and pass it to the API and transports (#​3177)
  • [build] feat: AWS Lambda layer target config for Craft (#​3175)
  • [tracing] fix: Make sure that mongo method is thenable before calling it (#​3173)

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Reiter, Christoph

Merge request reports

Loading