Skip to content

Commit bb6ceae

Browse files
committed
meta: Update CHANGELOG for 8.18.0
1 parent 6f4c045 commit bb6ceae

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,43 @@
11
# Changelog
22

3-
> [!IMPORTANT]
4-
> If you are upgrading to the `8.x` versions of the SDK from `7.x` or below, make sure you follow our
3+
> [!IMPORTANT] If you are upgrading to the `8.x` versions of the SDK from `7.x` or below, make sure you follow our
54
> [migration guide](https://docs.sentry.io/platforms/javascript/migration/) first.
65
76
## Unreleased
87

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

10+
## 8.18.0
11+
1112
### Important Changes
1213

1314
- **ref: Deprecate `enableTracing` (12897)**
1415

1516
The `enableTracing` option has been deprecated and will be removed in the next major version. We recommend removing it
1617
in favor of the `tracesSampleRate` and `tracesSampler` options. If you want to enable performance monitoring, please set
1718
the `tracesSampleRate` to a sample rate of your choice, or provide a sampling function as `tracesSampler` option
18-
instead. If you wan't to disable performance monitoring, remove the `tracesSampler` and `tracesSampleRate` options.
19+
instead. If you want to disable performance monitoring, remove the `tracesSampler` and `tracesSampleRate` options.
20+
21+
### Other Changes
1922

20-
Work in this release was contributed by @GitSquared. Thank you for your contribution!
23+
- feat(node): Expose `exclude` and `include` options for ESM loader (#12910)
24+
- feat(browser): Add user agent to INP standalone span attributes (#12896)
25+
- feat(nextjs): Add `experimental_captureRequestError` for `onRequestError` hook (#12885)
26+
- feat(replay): Bump `rrweb` to 2.25.0 (#12478)
27+
- feat(tracing): Add long animation frame tracing (#12646)
28+
- fix: Cleanup hooks when they are not used anymore (#12852)
29+
- fix(angular): Guard `ErrorEvent` check in ErrorHandler to avoid throwing in Node environments (#12892)
30+
- fix(inp): Ensure INP spans have correct transaction (#12871)
31+
- fix(nestjs): Do not make SentryTraced() decorated functions async (#12879)
32+
- fix(nextjs): Support automatic instrumentation for app directory with custom page extensions (#12858)
33+
- fix(node): Ensure correct URL is passed to `ignoreIncomingRequests` callback (#12929)
34+
- fix(otel): Do not add `otel.kind: INTERNAL` attribute (#12841)
35+
- fix(solidstart): Set proper sentry origin for solid router integration when used in solidstart sdk (#12919)
36+
- fix(sveltekit): Add Vite peer dep for proper type resolution (#12926)
37+
- fix(tracing): Ensure you can pass `null` as `parentSpan` in `startSpan*` (#12928)
38+
- ref(core): Small bundle size improvement (#12830)
39+
40+
Work in this release was contributed by @GitSquared and @mcous. Thank you for your contributions!
2141

2242
## 8.17.0
2343

0 commit comments

Comments
 (0)