Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @sentry/integrations from 5.27.6 to 6.2.2 #766

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2021

Bumps @sentry/integrations from 5.27.6 to 6.2.2.

Release notes

Sourced from @​sentry/integrations's releases.

6.2.2

  • [hub] fix: Only create sessions if the correct methods are defined (#3281)
  • [core] fix: Don't override SDK metadata (#3304)
  • [browser] fix: Prevent fetch errors loops with invalid fetch implementations (#3318)
  • [serverless] ref: Add compatible runtime nodejs14.x to building awslambda layer (#3303)
  • [ember] fix: Keep route hook context when performance-wrapping (#3274)
  • [integrations] fix: Normalized Event before caching. (#3305)

6.2.1

  • [core] fix: Moves SDK metadata-setting into the NodeClient/BrowserClient to protect it from being overwritten by other classes extending BaseClient like @sentry/serverless (#3279)

6.2.0

  • [tracing] feat: Mongoose tracing support added to MongoDB (#3252)
  • [tracing] fix: Add missing find method from mongo tracing list (#3253)
  • [tracing] fix: Create spanRecorder whenever transactions are sampled (#3255)
  • [node] fix: Parse ESM based frames with file:// protocol (#3264)
  • [react] fix: Remove react-dom peer dependency for RN (#3250)
  • [ember] fix: Fixing fetching config during build step (#3246)
  • [serverless]: fix: Handle incoming sentry-trace header (#3261)

6.1.0

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)

6.0.4

  • [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)

6.0.3

  • [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)

6.0.2

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

6.0.1

  • [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)

... (truncated)

Changelog

Sourced from @​sentry/integrations's changelog.

6.2.2

  • [hub] fix: Only create sessions if the correct methods are defined (#3281)
  • [core] fix: Don't override SDK metadata (#3304)
  • [browser] fix: Prevent fetch errors loops with invalid fetch implementations (#3318)
  • [serverless] ref: Add compatible runtime nodejs14.x to building awslambda layer (#3303)
  • [ember] fix: Keep route hook context when performance-wrapping (#3274)
  • [integrations] fix: Normalized Event before caching. (#3305)

6.2.1

  • [core] fix: Moves SDK metadata-setting into the NodeClient/BrowserClient to protect it from being overwritten by other classes extending BaseClient like @sentry/serverless (#3279)

6.2.0

  • [tracing] feat: Mongoose tracing support added to MongoDB (#3252)
  • [tracing] fix: Add missing find method from mongo tracing list (#3253)
  • [tracing] fix: Create spanRecorder whenever transactions are sampled (#3255)
  • [node] fix: Parse ESM based frames with file:// protocol (#3264)
  • [react] fix: Remove react-dom peer dependency for RN (#3250)
  • [ember] fix: Fixing fetching config during build step (#3246)
  • [serverless]: fix: Handle incoming sentry-trace header (#3261)

6.1.0

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)

6.0.4

  • [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)

6.0.3

  • [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)

6.0.2

... (truncated)

Commits
  • 547a01e release: 6.2.2
  • a31ac41 misc: 6.2.2 changelog
  • f824c80 fix: Normalized Event before caching. (#3305)
  • 02a8c59 chore(deps): bump elliptic from 6.5.3 to 6.5.4 (#3315)
  • 97daa3b chore(deps): bump elliptic in /packages/node/test/manual/webpack-domain (#3320)
  • 0abfa10 misc: Clarified description of browser SDK (#3322)
  • ddda018 fix: Prevent fetch errors loops with invalid fetch implementations (#3318)
  • a40a0da fix(ember): keep route hook context when performance-wrapping (#3274)
  • 58b2ba1 misc: We're hiring (#3312)
  • 5997e04 fix(release health): Only create sessions if the correct methods are defined ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by sentry-bot, a new releaser for @sentry/integrations since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner March 12, 2021 05:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 12, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2021

Superseded by #770.

@dependabot dependabot bot closed this Mar 22, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/integrations-6.2.2 branch March 22, 2021 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants