dependabot npm(deps): bump @sentry/node from 7.4.1 to 7.5.0
Bumps @sentry/node from 7.4.1 to 7.5.0.
Release notes
Sourced from @sentry/node
's releases.
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/node
's changelog.
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
-
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) -
259b4f8
fix(remix): Use cjs for main entry point (#5352) -
e2fca9c
feat(sdk): Add sendDefaultPii option to the JS SDKs (#5341) -
1c7d56b
Merge branch 'release/7.4.1' - See full diff in compare view