Skip to content

Commit fb5f079

Browse files
Luca ForstnerLms24
Luca Forstner
andauthored
meta: Add CHANGELOG for 7.5.0 (#5354)
Co-authored-by: Lukas Stracke <[email protected]>
1 parent e8b68e1 commit fb5f079

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 7.5.0
8+
9+
This release adds the `sendDefaultPii` flag to the `Sentry.init` options.
10+
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.
11+
This flag is set to `false` per default, and acts as an opt-in mechanism for sending potentially sensitive data.
12+
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.
13+
14+
- feat(sdk): Add sendDefaultPii option to the JS SDKs (#5341)
15+
- fix(remix): Sourcemaps upload script is missing in the tarball (#5356)
16+
- fix(remix): Use cjs for main entry point (#5352)
17+
- ref(tracing): Only add `user_id` to DSC if `sendDefaultPii` is `true` (#5344)
18+
19+
Work in this release contributed by @jkcorrea and @nfelger. Thank you for your contributions!
20+
721
## 7.4.1
822

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

0 commit comments

Comments
 (0)