|
8 | 8 |
|
9 | 9 | ## Unreleased
|
10 | 10 |
|
| 11 | +- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott |
| 12 | + |
| 13 | +- **feat(core): Make stream instrumentation opt-in |
| 14 | + ([#13951](https://github.com/getsentry/sentry-javascript/pull/13951))** |
| 15 | + |
| 16 | +This change adds a new option `trackFetchStreamPerformance` to the browser tracing integration. Only when set to `true`, |
| 17 | +Sentry will instrument streams via fetch. |
| 18 | + |
| 19 | +Work in this release was contributed by @ZakrepaShe and @zhiyan114. Thank you for your contributions! |
| 20 | + |
| 21 | +## 8.34.0 |
| 22 | + |
11 | 23 | ### Important Changes
|
12 | 24 |
|
13 | 25 | - **ref(nextjs): Remove dead code ([#13828](https://github.com/getsentry/sentry-javascript/pull/13903))**
|
14 | 26 |
|
15 | 27 | Relevant for users of the `@sentry/nextjs` package: If you have previously configured a
|
16 | 28 | `SENTRY_IGNORE_API_RESOLUTION_ERROR` environment variable, it is now safe to unset it.
|
17 | 29 |
|
18 |
| -- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott |
| 30 | +### Other Changes |
19 | 31 |
|
20 |
| -Work in this release was contributed by @trzeciak and @lizhiyao. Thank you for your contributions! |
| 32 | +- feat(cdn): Export `getReplay` in replay CDN bundles |
| 33 | + ([#13881](https://github.com/getsentry/sentry-javascript/pull/13881)) |
| 34 | +- feat(replay): Clear fallback buffer when switching buffers |
| 35 | + ([#13914](https://github.com/getsentry/sentry-javascript/pull/13914)) |
| 36 | +- feat(replay): Upgrade rrweb packages to 2.28.0 ([#13732](https://github.com/getsentry/sentry-javascript/pull/13732)) |
| 37 | +- fix(docs): Correct supported browsers due to `globalThis` |
| 38 | + ([#13788](https://github.com/getsentry/sentry-javascript/pull/13788)) |
| 39 | +- fix(nextjs): Adjust path to `requestAsyncStorageShim.js` template file |
| 40 | + ([#13928](https://github.com/getsentry/sentry-javascript/pull/13928)) |
| 41 | +- fix(nextjs): Detect new locations for request async storage to support Next.js v15.0.0-canary.180 and higher |
| 42 | + ([#13920](https://github.com/getsentry/sentry-javascript/pull/13920)) |
| 43 | +- fix(nextjs): Drop `_not-found` spans for all HTTP methods |
| 44 | + ([#13906](https://github.com/getsentry/sentry-javascript/pull/13906)) |
| 45 | +- fix(nextjs): Fix resolution of request storage shim fallback |
| 46 | + ([#13929](https://github.com/getsentry/sentry-javascript/pull/13929)) |
| 47 | +- fix(node): Ensure graphql options are correct when preloading |
| 48 | + ([#13769](https://github.com/getsentry/sentry-javascript/pull/13769)) |
| 49 | +- fix(node): Local variables handle error ([#13827](https://github.com/getsentry/sentry-javascript/pull/13827)) |
| 50 | +- fix(node): Remove `dataloader` instrumentation from default integrations |
| 51 | + ([#13873](https://github.com/getsentry/sentry-javascript/pull/13873)) |
| 52 | +- fix(nuxt): Create declaration files for Nuxt module |
| 53 | + ([#13909](https://github.com/getsentry/sentry-javascript/pull/13909)) |
| 54 | +- fix(replay): Ensure `replay_id` is removed from frozen DSC when stopped |
| 55 | + ([#13893](https://github.com/getsentry/sentry-javascript/pull/13893)) |
| 56 | +- fix(replay): Try/catch `sendBufferedReplayOrFlush` to prevent cycles |
| 57 | + ([#13900](https://github.com/getsentry/sentry-javascript/pull/13900)) |
| 58 | +- fix(sveltekit): Ensure trace meta tags are always injected |
| 59 | + ([#13231](https://github.com/getsentry/sentry-javascript/pull/13231)) |
| 60 | +- fix(sveltekit): Update `wrapServerRouteWithSentry` to respect ParamMatchers |
| 61 | + ([#13390](https://github.com/getsentry/sentry-javascript/pull/13390)) |
| 62 | +- fix(wasm): Integration wasm uncaught WebAssembly.Exception |
| 63 | + ([#13787](https://github.com/getsentry/sentry-javascript/pull/13787)) (#13854) |
| 64 | +- ref(nextjs): Ignore sentry spans based on query param attribute |
| 65 | + ([#13905](https://github.com/getsentry/sentry-javascript/pull/13905)) |
| 66 | +- ref(utils): Move `vercelWaitUntil` to utils ([#13891](https://github.com/getsentry/sentry-javascript/pull/13891)) |
| 67 | + |
| 68 | +Work in this release was contributed by @trzeciak, @gurpreetatwal, @ykzts and @lizhiyao. Thank you for your |
| 69 | +contributions! |
21 | 70 |
|
22 | 71 | ## 8.33.1
|
23 | 72 |
|
|
0 commit comments