|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
6 | 6 |
|
| 7 | +## 7.75.0 |
| 8 | + |
| 9 | +### Important Changes |
| 10 | + |
| 11 | +- **feat(opentelemetry): Add new `@sentry/opentelemetry` package (#9238)** |
| 12 | + |
| 13 | +This release publishes a new package, `@sentry/opentelemetry`. This is a runtime agnostic replacement for `@sentry/opentelemetry-node` and exports a couple of useful utilities which can be used to use Sentry together with OpenTelemetry. |
| 14 | + |
| 15 | +You can read more about [@sentry/opentelemetry in the Readme](https://github.com/getsentry/sentry-javascript/tree/develop/packages/opentelemetry). |
| 16 | + |
| 17 | +- **feat(replay): Allow to treeshake rrweb features (#9274)** |
| 18 | + |
| 19 | +Starting with this release, you can configure the following build-time flags in order to reduce the SDK bundle size: |
| 20 | + |
| 21 | +* `__RRWEB_EXCLUDE_CANVAS__` |
| 22 | +* `__RRWEB_EXCLUDE_IFRAME__` |
| 23 | +* `__RRWEB_EXCLUDE_SHADOW_DOM__` |
| 24 | + |
| 25 | +You can read more about [tree shaking in our docs](https://docs.sentry.io/platforms/javascript/configuration/tree-shaking/). |
| 26 | + |
| 27 | + |
| 28 | +### Other Changes |
| 29 | + |
| 30 | +- build(deno): Prepare Deno SDK for release on npm (#9281) |
| 31 | +- feat: Remove tslib (#9299) |
| 32 | +- feat(node): Add abnormal session support for ANR (#9268) |
| 33 | +- feat(node): Remove `lru_map` dependency (#9300) |
| 34 | +- feat(node): Vendor `cookie` module (#9308) |
| 35 | +- feat(replay): Share performance instrumentation with tracing (#9296) |
| 36 | +- feat(types): Add missing Profiling types (macho debug image, profile measurements, stack frame properties) (#9277) |
| 37 | +- feat(types): Add statsd envelope types (#9304) |
| 38 | +- fix(astro): Add integration default export to types entry point (#9337) |
| 39 | +- fix(astro): Convert SDK init file import paths to POSIX paths (#9336) |
| 40 | +- fix(astro): Make `Replay` and `BrowserTracing` integrations tree-shakeable (#9287) |
| 41 | +- fix(integrations): Fix transaction integration (#9334) |
| 42 | +- fix(nextjs): Restore `autoInstrumentMiddleware` functionality (#9323) |
| 43 | +- fix(nextjs): Guard for case where `getInitialProps` may return undefined (#9342) |
| 44 | +- fix(node-experimental): Make node-fetch support optional (#9321) |
| 45 | +- fix(node): Check buffer length when attempting to parse ANR frame (#9314) |
| 46 | +- fix(replay): Fix xhr start timestamps (#9341) |
| 47 | +- fix(tracing-internal): Remove query params from urls with a trailing slash (#9328) |
| 48 | +- fix(types): Remove typo with CheckInEnvelope (#9303) |
| 49 | + |
7 | 50 | ## 7.74.1
|
8 | 51 |
|
9 | 52 | - chore(astro): Add `astro-integration` keyword (#9265)
|
|
0 commit comments