Skip to content

chore(deps): bump @sentry/browser from 6.2.5 to 7.6.0#718

Open
dependabot[bot] wants to merge 4 commits into
masterfrom
dependabot/npm_and_yarn/sentry/browser-7.6.0
Open

chore(deps): bump @sentry/browser from 6.2.5 to 7.6.0#718
dependabot[bot] wants to merge 4 commits into
masterfrom
dependabot/npm_and_yarn/sentry/browser-7.6.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jul 10, 2022

Bumps @sentry/browser from 6.2.5 to 7.6.0.

Release notes

Sourced from @​sentry/browser's releases.

7.6.0

This release adds the source field to all outgoing transactions. See the tracking GH issue for more details.

This release also re-enables lambda layer releases for the Node Serverless SDK.

  • ref(angular): Add transaction source for Angular Router (#5382)
  • ref(build): Reenable lambda layer release in craft (#5207)
  • feat(nextjs): Record transaction name source when creating transactions (#5391)
  • ref(react): Add source to react-router-v3 (#5377)
  • ref(react): Add transaction source for react router v4/v5 (#5384)
  • ref(react): Add transaction source for react router v6 (#5385)
  • feat(remix): Wrap root with ErrorBoundary (#5365)
  • fix(remix): Move hook checks inside the wrapper component (#5371)
  • fix(remix): Strip query params from transaction names (#5368)
  • fix(remix): Make peer deps less restrictive (#5369)
  • fix(remix): Wrap handleDocumentRequest functions (#5387)
  • ref(serverless): Add transaction source (#5394)
  • feat(tracing): Add transaction source field (#5367)
  • feat(tracing): Record transaction name source when name set directly (#5396)
  • ref(tracing): Add transaction source to default router (#5386)
  • ref(tracing): Include transaction in DSC if transaction source is not an unparameterized URL (#5392)
  • feat(vue): Add transaction source to VueRouter instrumentation (#5381)

Work in this release contributed by @​moishinetzer. Thank you for your contribution!

7.5.1

This release removes the user_id and the transaction field from the dynamic sampling context data that is attached to outgoing requests as well as sent to Relay.

  • ref(tracing): Remove transaction name and user_id from DSC (#5363)

7.5.0

This release adds the sendDefaultPii flag to the Sentry.init options. When using performance monitoring capabilities of the SDK, it controls whether user IDs (set via Sentry.setUser) are propagated in the baggage header of outgoing HTTP requests. This flag is set to false per default, and acts as an opt-in mechanism for sending potentially sensitive data. If you want to attach user IDs to Sentry transactions and traces, set this flag to true but keep in mind that this is potentially sensitive information.

  • feat(sdk): Add sendDefaultPii option to the JS SDKs (#5341)
  • fix(remix): Sourcemaps upload script is missing in the tarball (#5356)
  • fix(remix): Use cjs for main entry point (#5352)
  • ref(tracing): Only add user_id to DSC if sendDefaultPii is true (#5344)

Work in this release contributed by @​jkcorrea and @​nfelger. Thank you for your contributions!

7.4.1

This release includes the first published version of @sentry/remix.

  • build(remix): Make remix package public (#5349)

7.4.0

... (truncated)

Changelog

Sourced from @​sentry/browser's changelog.

7.6.0

This release adds the source field to all outgoing transactions. See the tracking GH issue for more details.

This release also re-enables lambda layer releases for the Node Serverless SDK.

  • ref(angular): Add transaction source for Angular Router (#5382)
  • ref(build): Reenable lambda layer release in craft (#5207)
  • feat(nextjs): Record transaction name source when creating transactions (#5391)
  • ref(react): Add source to react-router-v3 (#5377)
  • ref(react): Add transaction source for react router v4/v5 (#5384)
  • ref(react): Add transaction source for react router v6 (#5385)
  • feat(remix): Wrap root with ErrorBoundary (#5365)
  • fix(remix): Move hook checks inside the wrapper component (#5371)
  • fix(remix): Strip query params from transaction names (#5368)
  • fix(remix): Make peer deps less restrictive (#5369)
  • fix(remix): Wrap handleDocumentRequest functions (#5387)
  • ref(serverless): Add transaction source (#5394)
  • feat(tracing): Add transaction source field (#5367)
  • feat(tracing): Record transaction name source when name set directly (#5396)
  • ref(tracing): Add transaction source to default router (#5386)
  • ref(tracing): Include transaction in DSC if transaction source is not an unparameterized URL (#5392)
  • feat(vue): Add transaction source to VueRouter instrumentation (#5381)

Work in this release contributed by @​moishinetzer. Thank you for your contribution!

7.5.1

This release removes the user_id and the transaction field from the dynamic sampling context data that is attached to outgoing requests as well as sent to Relay.

  • ref(tracing): Remove transaction name and user_id from DSC (#5363)

7.5.0

This release adds the sendDefaultPii flag to the Sentry.init options. When using performance monitoring capabilities of the SDK, it controls whether user IDs (set via Sentry.setUser) are propagated in the baggage header of outgoing HTTP requests. This flag is set to false per default, and acts as an opt-in mechanism for sending potentially sensitive data. If you want to attach user IDs to Sentry transactions and traces, set this flag to true but keep in mind that this is potentially sensitive information.

  • feat(sdk): Add sendDefaultPii option to the JS SDKs (#5341)
  • fix(remix): Sourcemaps upload script is missing in the tarball (#5356)
  • fix(remix): Use cjs for main entry point (#5352)
  • ref(tracing): Only add user_id to DSC if sendDefaultPii is true (#5344)

Work in this release contributed by @​jkcorrea and @​nfelger. Thank you for your contributions!

7.4.1

This release includes the first published version of @sentry/remix.

... (truncated)

Commits
  • 7e030d1 release: 7.6.0
  • dace5cb meta: 7.6.0 CHANGELOG (#5397)
  • 8b4ab49 feat(tracing): Record transaction name source when name set directly (#5396)
  • aeac69d ref(serverless): Add transaction source (#5394)
  • 3b76a62 feat(nextjs): Record transaction name source when creating transactions (#5391)
  • e97a639 ref(tracing): Include transaction in DSC if transaction source is not an unpa...
  • 439b9d3 fix(remix): Wrap handleDocumentRequest functions. (#5387)
  • ae086f9 feat(remix): Wrap root with ErrorBoundary. (#5365)
  • 3e7a3ec ref(react): Add transaction source for react router v4/v5 (#5384)
  • f1b29ef ref(react): Add transaction source for react router v6 (#5385)
  • 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)

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jul 10, 2022

Dependabot tried to add @lipis as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/dwelle/excalidraw/pulls/718/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the dwelle/excalidraw repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 10, 2022
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 6.2.5 to 7.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@6.2.5...7.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 force-pushed the dependabot/npm_and_yarn/sentry/browser-7.6.0 branch from f220f78 to b55a86e Compare July 14, 2022 12:53
@dwelle dwelle force-pushed the master branch 3 times, most recently from 0e3e016 to 1e1a29b Compare August 3, 2022 21:21
@dwelle dwelle force-pushed the master branch 4 times, most recently from 43fd6f9 to bdc251d Compare August 11, 2022 15:03
@dwelle dwelle force-pushed the master branch 2 times, most recently from ead0599 to d411eb2 Compare August 16, 2022 21:14
@dwelle dwelle force-pushed the master branch 10 times, most recently from c954a9b to 7ba56c3 Compare September 5, 2022 22:01
@dwelle dwelle force-pushed the master branch 2 times, most recently from 532db6e to fcce530 Compare December 17, 2022 08:49
@dwelle dwelle force-pushed the master branch 2 times, most recently from a7192b0 to 587f6c0 Compare December 23, 2022 11:27
@dwelle dwelle force-pushed the master branch 2 times, most recently from b1b5aaa to 5b8c704 Compare January 3, 2023 21:36
@dwelle dwelle force-pushed the master branch 4 times, most recently from b33c641 to c86851b Compare January 23, 2023 16:08
@dwelle dwelle force-pushed the master branch 3 times, most recently from be11108 to 6cda345 Compare March 8, 2023 11:48
@dwelle dwelle force-pushed the master branch 2 times, most recently from c38ebd4 to b127fd0 Compare March 22, 2023 17:42
@dwelle dwelle force-pushed the master branch 4 times, most recently from 7854e7e to 3915d79 Compare April 10, 2023 13:39
@dwelle dwelle force-pushed the master branch 3 times, most recently from 8a7de60 to 374e840 Compare April 24, 2023 17:39
@dwelle dwelle force-pushed the master branch 2 times, most recently from 78b30cc to 5d1c955 Compare May 9, 2023 08:30
@dwelle dwelle force-pushed the master branch 4 times, most recently from ba993a4 to 68a2488 Compare May 19, 2023 14:08
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

Development

Successfully merging this pull request may close these issues.

1 participant