Skip to content

Commit 4210a8b

Browse files
committed
meta(changelog): Update changelog for v7.100.0
1 parent 49181ad commit 4210a8b

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

CHANGELOG.md

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

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

7+
## 7.100.0
8+
9+
### Important Changes
10+
11+
#### Deprecations
12+
13+
This release includes some deprecations. For more details please look at our
14+
[migration guide](https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md).
15+
16+
The deprecation most likely to affect you is the one of `BrowserTracing`.
17+
Instead of `new BrowserTracing()`, you should now use `browserTracingIntegration()`, which will also handle framework-specific instrumentation out of the box for you - no need to pass a custom `routingInstrumentation` anymore.
18+
For `@sentry/react`, we expose dedicated integrations for the different react-router versions:
19+
20+
* `reactRouterV6BrowserTracingIntegration()`
21+
* `reactRouterV5BrowserTracingIntegration()`
22+
* `reactRouterV4BrowserTracingIntegration()`
23+
* `reactRouterV3BrowserTracingIntegration()`
24+
25+
See the [migration guide](https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md#depreacted-browsertracing-integration) for details.
26+
27+
- feat(angular): Export custom `browserTracingIntegration()` (#10353)
28+
- feat(browser): Deprecate `BrowserTracing` integration (#10493)
29+
- feat(browser): Export `browserProfilingIntegration` (#10438)
30+
- feat(bun): Export `bunServerIntegration()` (#10439)
31+
- feat(nextjs): Add `browserTracingIntegration` (#10397)
32+
- feat(react): Add `reactRouterV3BrowserTracingIntegration` for react router v3 (#10489)
33+
- feat(react): Add `reactRouterV4/V5BrowserTracingIntegration` for react router v4 & v5 (#10488)
34+
- feat(react): Add `reactRouterV6BrowserTracingIntegration` for react router v6 & v6.4 (#10491)
35+
- feat(remix): Add custom `browserTracingIntegration` (#10442)
36+
- feat(node): Expose functional integrations to replace classes (#10356)
37+
- feat(vercel-edge): Replace `WinterCGFetch` with `winterCGFetchIntegration` (#10436)
38+
- feat: Deprecate non-callback based `continueTrace` (#10301)
39+
- feat(vue): Deprecate `new VueIntegration()` (#10440)
40+
- feat(vue): Implement vue `browserTracingIntegration()` (#10477)
41+
- feat(sveltekit): Add custom `browserTracingIntegration()` (#10450)
42+
43+
#### Profiling Node
44+
45+
`@sentry/profiling-node` has been ported into the monorepo. Future development for it will happen here!
46+
47+
- pkg(profiling-node): port profiling-node repo to monorepo (#10151)
48+
49+
### Other Changes
50+
51+
- feat: Export `setHttpStatus` from all packages (#10475)
52+
- feat(bundles): Add pluggable integrations on CDN to `Sentry` namespace (#10452)
53+
- feat(core): Pass `name` & `attributes` to `tracesSampler` (#10426)
54+
- feat(feedback): Add `system-ui` to start of font family (#10464)
55+
- feat(node-experimental): Add koa integration (#10451)
56+
- feat(node-experimental): Update opentelemetry packages (#10456)
57+
- feat(node-experimental): Update tracing integrations to functional style (#10443)
58+
- feat(replay): Bump `rrweb` to 2.10.0 (#10445)
59+
- feat(replay): Enforce masking of credit card fields (#10472)
60+
- feat(utils): Add `propagationContextFromHeaders` (#10313)
61+
- fix: Make `startSpan`, `startSpanManual` and `startInactiveSpan` pick up the scopes at time of creation instead of termination (#10492)
62+
- fix(feedback): Fix logo color when colorScheme is "system" (#10465)
63+
- fix(nextjs): Do not report redirects and notFound calls as errors in server actions (#10474)
64+
- fix(nextjs): Fix navigation tracing on app router (#10502)
65+
- fix(nextjs): Apply server action data to correct isolation scope (#10514)
66+
- fix(node): Use normal `require` call to import Undici (#10388)
67+
- ref(nextjs): Remove internally used deprecated APIs (#10453)
68+
- ref(vue): use startInactiveSpan in tracing mixin (#10406)
69+
770
## 7.99.0
871

972
### Important Changes

0 commit comments

Comments
 (0)