Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Bump @sentry/browser from 5.30.0 to 6.6.0 #170

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps @sentry/browser from 5.30.0 to 6.6.0.

Release notes

Sourced from @​sentry/browser's releases.

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)

6.5.0

  • [angular] fix: prevent memory leak when the root view is removed (#3594)
  • [browser] fix: Do not trigger session on meaningless navigation (#3608)
  • [nextjs] feat: Frontend + withSentry Performance Monitoring (#3580)
  • [react] fix: Use history object for init transaction name (#3609)

6.4.1

  • [ember] ref: Fix merging of runtime config with environment config. (#3563)
  • [angular] ref: Allow angular v12 as a peer dependency. (#3569)
  • [tracing] fix: Avoid browser tracing initialization on node environment (#3548)
  • [react] ref: Make RouteProps typing more generic (#3570)
  • [tracing] fix: Correctly handle pg.Cursor in pg query method (#3567)
  • [types] fix: Add attachment to SentryRequestType (#3561)
  • [nextjs] ref: Disable node session for next.js (#3558)
  • [eslint] feat: Add new eslint rules (#3545)

6.4.0

  • [core] feat: initalScope in SDK Options (#3544)
  • [node] feat: Release Health for Node (Session Aggregates) (#3319)
  • [node] feat: Autoload Database Integrations in Node environment (#3483)
  • [react] feat: Add support for React 17 Error Boundaries (#3532)
  • [tracing] fix: Generate TTFB (Time to first byte) from span data (#3515)

6.3.6

  • [nextjs] fix: Fix error logging (#3512)
  • [nextjs] fix: Add environment automatically (#3495)
  • [node] feat: Implement category based rate limiting (#3435)
  • [node] fix: Set handled to false when it is a crash (#3493)
  • [tracing] fix: Mark tracing distributables as side effects (#3519)

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

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)

6.5.0

  • [angular] fix: prevent memory leak when the root view is removed (#3594)
  • [browser] fix: Do not trigger session on meaningless navigation (#3608)
  • [nextjs] feat: Frontend + withSentry Performance Monitoring (#3580)
  • [react] fix: Use history object for init transaction name (#3609)

6.4.1

  • [ember] ref: Fix merging of runtime config with environment config. (#3563)
  • [angular] ref: Allow angular v12 as a peer dependency. (#3569)
  • [tracing] fix: Avoid browser tracing initialization on node environment (#3548)
  • [react] ref: Make RouteProps typing more generic (#3570)
  • [tracing] fix: Correctly handle pg.Cursor in pg query method (#3567)
  • [types] fix: Add attachment to SentryRequestType (#3561)
  • [nextjs] ref: Disable node session for next.js (#3558)
  • [eslint] feat: Add new eslint rules (#3545)

6.4.0

  • [core] feat: initalScope in SDK Options (#3544)
  • [node] feat: Release Health for Node (Session Aggregates) (#3319)
  • [node] feat: Autoload Database Integrations in Node environment (#3483)
  • [react] feat: Add support for React 17 Error Boundaries (#3532)
  • [tracing] fix: Generate TTFB (Time to first byte) from span data (#3515)

6.3.6

... (truncated)

Commits
  • 9a13c8b release: 6.6.0
  • 2cce743 test: Patch ember tests that temporarily blocks the release (#3667)
  • 35e5af9 ci: Run @​sentry/ember tests before releases (#3665)
  • 4121705 ref: Nextjs CI improvements (#3666)
  • 4a46e21 docs(vue): Document supported version range (#3663)
  • cf17a29 misc: 6.6.0 changelog
  • 4f401ab Make HTTPModule more abstract to be able to use it in non-Node.JS environment...
  • 888c14a fix(nextjs): Improve NextConfigExports compatibility
  • 925c114 fix(angular): provide a single compilation unit for the trace directive (#3...
  • 20f3bcb ref(craft): Modernize Craft config (#3638)
  • 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 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)

Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.30.0 to 6.6.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@5.30.0...6.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 11, 2021
@mitlib mitlib temporarily deployed to disco-pr-170 June 11, 2021 05:39 Inactive
@coveralls
Copy link

Pull Request Test Coverage Report for Build 927487518

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.567%

Totals Coverage Status
Change from base Build 515926022: 0.0%
Covered Lines: 146
Relevant Lines: 151

💛 - Coveralls

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 15, 2021

Superseded by #173.

@dependabot dependabot bot closed this Jun 15, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sentry/browser-6.6.0 branch June 15, 2021 06:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants