|
1 | 1 | # Changelog
|
2 | 2 |
|
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 |
5 | 4 | > [migration guide](https://docs.sentry.io/platforms/javascript/migration/) first.
|
6 | 5 |
|
7 | 6 | ## Unreleased
|
8 | 7 |
|
9 | 8 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
10 | 9 |
|
| 10 | +## 8.18.0 |
| 11 | + |
11 | 12 | ### Important Changes
|
12 | 13 |
|
13 | 14 | - **ref: Deprecate `enableTracing` (12897)**
|
14 | 15 |
|
15 | 16 | The `enableTracing` option has been deprecated and will be removed in the next major version. We recommend removing it
|
16 | 17 | in favor of the `tracesSampleRate` and `tracesSampler` options. If you want to enable performance monitoring, please set
|
17 | 18 | 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 |
19 | 22 |
|
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! |
21 | 41 |
|
22 | 42 | ## 8.17.0
|
23 | 43 |
|
|
0 commit comments