dependabot npm(deps): bump @sentry/tracing from 7.4.1 to 7.5.1
Bumps @sentry/tracing from 7.4.1 to 7.5.1.
Release notes
Sourced from @sentry/tracing
's releases.
7.5.1
This release removes the
user_id
and thetransaction
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 theSentry.init
options. When using performance monitoring capabilities of the SDK, it controls whether user IDs (set viaSentry.setUser
) are propagated in thebaggage
header of outgoing HTTP requests. This flag is set tofalse
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 totrue
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 ifsendDefaultPii
istrue
(#5344)Work in this release contributed by
@jkcorrea
and@nfelger
. Thank you for your contributions!
Changelog
Sourced from @sentry/tracing
's changelog.
7.5.1
This release removes the
user_id
and thetransaction
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 theSentry.init
options. When using performance monitoring capabilities of the SDK, it controls whether user IDs (set viaSentry.setUser
) are propagated in thebaggage
header of outgoing HTTP requests. This flag is set tofalse
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 totrue
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 ifsendDefaultPii
istrue
(#5344)Work in this release contributed by
@jkcorrea
and@nfelger
. Thank you for your contributions!
Commits
-
866a4d0
release: 7.5.1 -
d0f02e2
meta: Add changelog for 7.5.1 (#5372) -
f372d84
ref(tracing): Remove transaction name and user_id from DSC (#5363) -
815801a
Merge branch 'release/7.5.0' -
398e12c
release: 7.5.0 -
fb5f079
meta: Add CHANGELOG for 7.5.0 (#5354) -
e8b68e1
docs(remix): Adjust wording in Remix README (#5357) -
7a0e72e
fix(remix): Sourcemaps upload script is missing in the tarball (#5356) -
956ea56
docs(remix): Add missing comma in README (#5353) -
d52374e
ref(tracing): Only adduser_id
to DSC ifsendDefaultPii
istrue
(#5344) - Additional commits viewable in compare view