|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
6 | 6 |
|
| 7 | +## 8.0.0-alpha.2 |
| 8 | + |
| 9 | +This alpha release fixes a build problem that prevented 8.0.0-alpha.1 from being properly released. |
| 10 | + |
| 11 | +### Important Changes |
| 12 | + |
| 13 | +- **feat: Remove `@sentry/opentelemetry-node` package (#10906)** |
| 14 | + |
| 15 | +The `@sentry/opentelemetry-node` package has been removed. Instead, you can either use `@sentry/node` with built-in |
| 16 | +OpenTelemetry support, or use `@sentry/opentelemetry` to manually connect Sentry with OpenTelemetry. |
| 17 | + |
| 18 | +### Removal/Refactoring of deprecated functionality |
| 19 | + |
| 20 | +- ref: Refactor some deprecated `startSpan` options (#10825) |
| 21 | +- feat(v8/core): remove void from transport return (#10794) |
| 22 | +- ref(integrations): Delete deprecated class integrations (#10887) |
| 23 | + |
| 24 | +### Other Changes |
| 25 | + |
| 26 | +- feat(core): Use serialized spans in transaction event (#10912) |
| 27 | +- feat(deps): bump @sentry/cli from 2.28.6 to 2.29.1 (#10908) |
| 28 | +- feat(node): Allow to configure `skipOpenTelemetrySetup` (#10907) |
| 29 | +- feat(esm): Import rather than require `inspector` (#10910) |
| 30 | +- fix(browser): Don't use chrome variable name (#10874) |
| 31 | +- chore(sveltekit): Fix punctuation in a console.log (#10895) |
| 32 | +- fix(opentelemetry): Ensure DSC propagation works correctly (#10904) |
| 33 | +- feat(browser): Exclude span exports from non-performance CDN bundles (#10879) |
| 34 | +- ref: Refactor span status handling to be OTEL compatible (#10871) |
| 35 | +- feat(core): Fix span scope handling & transaction setting (#10886) |
| 36 | +- ref(ember): Avoid namespace import to hopefully resolve minification issue (#10885) |
| 37 | + |
| 38 | +Work in this release contributed by @harish-talview & @bfontaine. Thank you for your contributions! |
| 39 | + |
7 | 40 | ## 8.0.0-alpha.1
|
8 | 41 |
|
9 | 42 | This is the first Alpha release of the v8 cycle, which includes a variety of breaking changes.
|
|
0 commit comments