|
8 | 8 |
|
9 | 9 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
10 | 10 |
|
| 11 | +## 8.18.0 |
| 12 | + |
| 13 | +### Important Changes |
| 14 | + |
| 15 | +- **ref: Deprecate `enableTracing` (12897)** |
| 16 | + |
| 17 | +The `enableTracing` option has been deprecated and will be removed in the next major version. We recommend removing it |
| 18 | +in favor of the `tracesSampleRate` and `tracesSampler` options. If you want to enable performance monitoring, please set |
| 19 | +the `tracesSampleRate` to a sample rate of your choice, or provide a sampling function as `tracesSampler` option |
| 20 | +instead. If you want to disable performance monitoring, remove the `tracesSampler` and `tracesSampleRate` options. |
| 21 | + |
| 22 | +### Other Changes |
| 23 | + |
| 24 | +- feat(node): Expose `exclude` and `include` options for ESM loader (#12910) |
| 25 | +- feat(browser): Add user agent to INP standalone span attributes (#12896) |
| 26 | +- feat(nextjs): Add `experimental_captureRequestError` for `onRequestError` hook (#12885) |
| 27 | +- feat(replay): Bump `rrweb` to 2.25.0 (#12478) |
| 28 | +- feat(tracing): Add long animation frame tracing (#12646) |
| 29 | +- fix: Cleanup hooks when they are not used anymore (#12852) |
| 30 | +- fix(angular): Guard `ErrorEvent` check in ErrorHandler to avoid throwing in Node environments (#12892) |
| 31 | +- fix(inp): Ensure INP spans have correct transaction (#12871) |
| 32 | +- fix(nestjs): Do not make SentryTraced() decorated functions async (#12879) |
| 33 | +- fix(nextjs): Support automatic instrumentation for app directory with custom page extensions (#12858) |
| 34 | +- fix(node): Ensure correct URL is passed to `ignoreIncomingRequests` callback (#12929) |
| 35 | +- fix(otel): Do not add `otel.kind: INTERNAL` attribute (#12841) |
| 36 | +- fix(solidstart): Set proper sentry origin for solid router integration when used in solidstart sdk (#12919) |
| 37 | +- fix(sveltekit): Add Vite peer dep for proper type resolution (#12926) |
| 38 | +- fix(tracing): Ensure you can pass `null` as `parentSpan` in `startSpan*` (#12928) |
| 39 | +- ref(core): Small bundle size improvement (#12830) |
| 40 | + |
| 41 | +Work in this release was contributed by @GitSquared and @mcous. Thank you for your contributions! |
| 42 | + |
11 | 43 | ## 8.17.0
|
12 | 44 |
|
13 | 45 | - feat: Upgrade OTEL deps (#12809)
|
|
0 commit comments