fix(deps): update sentry-javascript monorepo to v7.5.0 #2102

Merged
konrad merged 1 commits from renovate/sentry-javascript-monorepo into main 2022-07-04 14:20:08 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@sentry/tracing dependencies minor 7.4.1 -> 7.5.0
@sentry/vue dependencies minor 7.4.1 -> 7.5.0

Release Notes

getsentry/sentry-javascript

v7.5.0

Compare Source

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!


Configuration

📅 Schedule: At any time (no schedule defined).

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

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

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sentry/tracing](https://github.com/getsentry/sentry-javascript) | dependencies | minor | [`7.4.1` -> `7.5.0`](https://renovatebot.com/diffs/npm/@sentry%2ftracing/7.4.1/7.5.0) | | [@sentry/vue](https://github.com/getsentry/sentry-javascript) | dependencies | minor | [`7.4.1` -> `7.5.0`](https://renovatebot.com/diffs/npm/@sentry%2fvue/7.4.1/7.5.0) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript</summary> ### [`v7.5.0`](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#&#8203;750) [Compare Source](https://github.com/getsentry/sentry-javascript/compare/7.4.1...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 ([#&#8203;5341](https://github.com/getsentry/sentry-javascript/issues/5341)) - fix(remix): Sourcemaps upload script is missing in the tarball ([#&#8203;5356](https://github.com/getsentry/sentry-javascript/issues/5356)) - fix(remix): Use cjs for main entry point ([#&#8203;5352](https://github.com/getsentry/sentry-javascript/issues/5352)) - ref(tracing): Only add `user_id` to DSC if `sendDefaultPii` is `true` ([#&#8203;5344](https://github.com/getsentry/sentry-javascript/issues/5344)) Work in this release contributed by [@&#8203;jkcorrea](https://github.com/jkcorrea) and [@&#8203;nfelger](https://github.com/nfelger). Thank you for your contributions! </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-07-04 14:03:34 +00:00
renovate added 1 commit 2022-07-04 14:03:35 +00:00
continuous-integration/drone/pr Build is passing Details
805976fd47
fix(deps): update sentry-javascript monorepo to v7.5.0
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2102-renovate-sentry-javascript-monor--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2102-renovate-sentry-javascript-monor--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit f9b892e32f into main 2022-07-04 14:20:08 +00:00
konrad deleted branch renovate/sentry-javascript-monorepo 2022-07-04 14:20:08 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.