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/react from 6.5.0 to 6.8.0 #332

Merged
merged 1 commit into from Jul 7, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2021

Bumps @sentry/react from 6.5.0 to 6.8.0.

Release notes

Sourced from @​sentry/react's releases.

6.8.0

  • [browser] feat: Enable serialization of multiple DOM attributes for breadcrumbs. (#3755)
  • [browser] feat: Make dedupe integration default for browser (#3730)
  • [core] fix: Correctly limit Buffer requests (#3736)
  • [ember] ref: Allow initing Ember without config entry (#3745)
  • [serverless] fix: wrapEventFunction does not await for async code (#3740)

6.7.2

  • [core] fix: Do not track sessions if not enabled (#3686)
  • [core] fix: Prevent sending terminal status session updates (#3701)
  • [core] ref: Make beforeSend more strict (#3713)
  • [browser] ref: Log which request type has been limited (#3687)
  • [nextjs] feat: Auto enable node http integration on server (#3675)
  • [nextjs] fix: Correctly handle functional next config in withSentryConfig (#3698)
  • [nextjs] fix: Fix conflict with other libraries modifying webpack entry property (#3703)
  • [nextjs] fix: Update @​sentry/webpack-plugin to 1.15.1 in @​sentry/nextjs to resolve build timeouts issue (#3708)
  • [nextjs] ref: Split up config code and add tests (#3693)

6.7.1

  • [core] fix: Add event type to item header when envelopes are forced (#3676)
  • [core] fix: Include DSN in envelope header for sessions (#3680)
  • [core] fix: Prevent scope from storing more than 100 breadcrumbs at the time (#3677)
  • [node] ref: Remove default http(s) import from http-module (#3681)
  • [nextjs] feat: Add body data to transaction request context (#3672)

6.7.0

  • [core] feat: Add tunnel option to support request tunneling for dealing with ad-blockers (#3521)

6.6.0

  • [node] feat: Allow for overriding custom UrlParser in Node.js transports (#3612)
  • [browser] feat: Add serializeAttribute option to DOM breadcrumbs. (#3620)
  • [nextjs] fix: Improve NextConfigExports compatibility (#3592)
  • [nextjs] fix: Use correct abs path for server init (#3649)
  • [angular] fix: Do not run change detection when capturing the exception (#3618)
  • [angular] fix: Do not run change detection when finishing transaction (#3622)
  • [angular] fix: Provide a single compilation unit for the trace directive (#3617)
  • [utils] fix: Check for performance.now when calculating browser timing (#3657)
  • [integrations] fix: Run rewriting for both exception and stacktrace events (#3653)
  • [node] ref: Replace old-style require(console) with a global object (#3623)
  • [node] ref: Make HTTPModule more abstract to be able to use it in non-Node.JS environments (#3655)
  • [nextjs] ref: Export BrowserTracing integration directly from @sentry/nextjs (#3647)

6.5.1

  • [nextjs] fix: Prevent webpack 5 from crashing server (#3642)
  • [eslint] build: Upgrade to eslint 7.27.0 (#3639)
  • [nextjs] test: Add nextjs integration tests for Server and Browser (#3632)
  • [browser] ref: Don't send session duration in browser environments (#3616)
  • [hub] fix: Correctly compute session durations (#3616)
Changelog

Sourced from @​sentry/react's changelog.

6.8.0

  • [browser] feat: Enable serialization of multiple DOM attributes for breadcrumbs. (#3755)
  • [browser] feat: Make dedupe integration default for browser (#3730)
  • [core] fix: Correctly limit Buffer requests (#3736)
  • [ember] ref: Allow initing Ember without config entry (#3745)
  • [serverless] fix: wrapEventFunction does not await for async code (#3740)

6.7.2

  • [core] fix: Do not track sessions if not enabled (#3686)
  • [core] fix: Prevent sending terminal status session updates (#3701)
  • [core] ref: Make beforeSend more strict (#3713)
  • [browser] ref: Log which request type has been limited (#3687)
  • [nextjs] feat: Auto enable node http integration on server (#3675)
  • [nextjs] fix: Correctly handle functional next config in withSentryConfig (#3698)
  • [nextjs] fix: Fix conflict with other libraries modifying webpack entry property (#3703)
  • [nextjs] fix: Update @​sentry/webpack-plugin to 1.15.1 in @​sentry/nextjs to resolve build timeouts issue (#3708)
  • [nextjs] ref: Split up config code and add tests (#3693)

6.7.1

  • [core] fix: Add event type to item header when envelopes are forced (#3676)
  • [core] fix: Include DSN in envelope header for sessions (#3680)
  • [core] fix: Prevent scope from storing more than 100 breadcrumbs at the time (#3677)
  • [node] ref: Remove default http(s) import from http-module (#3681)
  • [nextjs] feat: Add body data to transaction request context (#3672)

6.7.0

  • [core] feat: Add tunnel option to support request tunneling for dealing with ad-blockers (#3521)

6.6.0

  • [node] feat: Allow for overriding custom UrlParser in Node.js transports (#3612)
  • [browser] feat: Add serializeAttribute option to DOM breadcrumbs. (#3620)
  • [nextjs] fix: Improve NextConfigExports compatibility (#3592)
  • [nextjs] fix: Use correct abs path for server init (#3649)
  • [angular] fix: Do not run change detection when capturing the exception (#3618)
  • [angular] fix: Do not run change detection when finishing transaction (#3622)
  • [angular] fix: Provide a single compilation unit for the trace directive (#3617)
  • [utils] fix: Check for performance.now when calculating browser timing (#3657)
  • [integrations] fix: Run rewriting for both exception and stacktrace events (#3653)
  • [node] ref: Replace old-style require(console) with a global object (#3623)
  • [node] ref: Make HTTPModule more abstract to be able to use it in non-Node.JS environments (#3655)
  • [nextjs] ref: Export BrowserTracing integration directly from @sentry/nextjs (#3647)

6.5.1

  • [nextjs] fix: Prevent webpack 5 from crashing server (#3642)

... (truncated)

Commits
  • e93d96f release: 6.8.0
  • db8c654 meta: 6.8.0 changelog
  • a3f70d8 feat: Enable serialization of multiple DOM attributes for breadcrumbs. (#3755)
  • 61eda62 ref: Leave only valid buffer implementation (#3744)
  • 1566d01 ref: Always use lowercase files (#3742)
  • bf52938 feat: Make dedupe integration default for browser (#3730)
  • 0b42582 ref(ember): Allow initing Ember without config entry (#3745)
  • 460994d fix(serverless): wrapEventFunction does not await for async code (#3740)
  • 2581f72 Metrics: Tag CLS elements (#3734)
  • 740443d feat: Add Next.js 11 to supported peer dependencies list (#3711)
  • Additional commits viewable in compare view

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @jsegal205.


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 added the dependencies Pull requests that update a dependency file label Jun 28, 2021
@dependabot dependabot bot requested a review from jsegal205 June 28, 2021 11:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/react-6.8.0 branch from 41f4eef to 30f73f5 Compare July 7, 2021 15:34
Copy link
Owner

@jsegal205 jsegal205 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/react-6.8.0 branch from 30f73f5 to 52e596e Compare July 7, 2021 15:43
Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 6.5.0 to 6.8.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@6.5.0...6.8.0)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sentry/react-6.8.0 branch from 52e596e to 213f2bd Compare July 7, 2021 15:50
@dependabot dependabot bot merged commit fbe7abe into main Jul 7, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/react-6.8.0 branch July 7, 2021 15:52
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
Projects
None yet
1 participant