|
10 | 10 |
|
11 | 11 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
12 | 12 |
|
| 13 | +## 8.34.0 |
| 14 | + |
| 15 | +### Important Changes |
| 16 | + |
| 17 | +- **ref(nextjs): Remove dead code ([#13828](https://github.com/getsentry/sentry-javascript/pull/13903))** |
| 18 | + |
| 19 | +Relevant for users of the `@sentry/nextjs` package: If you have previously configured a |
| 20 | +`SENTRY_IGNORE_API_RESOLUTION_ERROR` environment variable, it is now safe to unset it. |
| 21 | + |
| 22 | +### Other Changes |
| 23 | + |
| 24 | +- feat(cdn): Export `getReplay` in replay CDN bundles |
| 25 | + ([#13881](https://github.com/getsentry/sentry-javascript/pull/13881)) |
| 26 | +- feat(replay): Clear fallback buffer when switching buffers |
| 27 | + ([#13914](https://github.com/getsentry/sentry-javascript/pull/13914)) |
| 28 | +- feat(replay): Upgrade rrweb packages to 2.28.0 ([#13732](https://github.com/getsentry/sentry-javascript/pull/13732)) |
| 29 | +- fix(docs): Correct supported browsers due to `globalThis` |
| 30 | + ([#13788](https://github.com/getsentry/sentry-javascript/pull/13788)) |
| 31 | +- fix(nextjs): Adjust path to `requestAsyncStorageShim.js` template file |
| 32 | + ([#13928](https://github.com/getsentry/sentry-javascript/pull/13928)) |
| 33 | +- fix(nextjs): Detect new locations for request async storage to support Next.js v15.0.0-canary.180 and higher |
| 34 | + ([#13920](https://github.com/getsentry/sentry-javascript/pull/13920)) |
| 35 | +- fix(nextjs): Drop `_not-found` spans for all HTTP methods |
| 36 | + ([#13906](https://github.com/getsentry/sentry-javascript/pull/13906)) |
| 37 | +- fix(nextjs): Fix resolution of request storage shim fallback |
| 38 | + ([#13929](https://github.com/getsentry/sentry-javascript/pull/13929)) |
| 39 | +- fix(node): Ensure graphql options are correct when preloading |
| 40 | + ([#13769](https://github.com/getsentry/sentry-javascript/pull/13769)) |
| 41 | +- fix(node): Local variables handle error ([#13827](https://github.com/getsentry/sentry-javascript/pull/13827)) |
| 42 | +- fix(node): Remove `dataloader` instrumentation from default integrations |
| 43 | + ([#13873](https://github.com/getsentry/sentry-javascript/pull/13873)) |
| 44 | +- fix(nuxt): Create declaration files for Nuxt module |
| 45 | + ([#13909](https://github.com/getsentry/sentry-javascript/pull/13909)) |
| 46 | +- fix(replay): Ensure `replay_id` is removed from frozen DSC when stopped |
| 47 | + ([#13893](https://github.com/getsentry/sentry-javascript/pull/13893)) |
| 48 | +- fix(replay): Try/catch `sendBufferedReplayOrFlush` to prevent cycles |
| 49 | + ([#13900](https://github.com/getsentry/sentry-javascript/pull/13900)) |
| 50 | +- fix(sveltekit): Ensure trace meta tags are always injected |
| 51 | + ([#13231](https://github.com/getsentry/sentry-javascript/pull/13231)) |
| 52 | +- fix(sveltekit): Update `wrapServerRouteWithSentry` to respect ParamMatchers |
| 53 | + ([#13390](https://github.com/getsentry/sentry-javascript/pull/13390)) |
| 54 | +- fix(wasm): Integration wasm uncaught WebAssembly.Exception |
| 55 | + ([#13787](https://github.com/getsentry/sentry-javascript/pull/13787)) (#13854) |
| 56 | +- ref(nextjs): Ignore sentry spans based on query param attribute |
| 57 | + ([#13905](https://github.com/getsentry/sentry-javascript/pull/13905)) |
| 58 | +- ref(utils): Move `vercelWaitUntil` to utils ([#13891](https://github.com/getsentry/sentry-javascript/pull/13891)) |
| 59 | + |
| 60 | +Work in this release was contributed by @trzeciak, @gurpreetatwal, @ykzts and @lizhiyao. Thank you for your |
| 61 | +contributions! |
| 62 | + |
13 | 63 | ## 8.33.1
|
14 | 64 |
|
15 | 65 | - fix(core): Update trpc middleware types ([#13859](https://github.com/getsentry/sentry-javascript/pull/13859))
|
@@ -1158,12 +1208,12 @@ with full support for ESM-based node apps using **Node.js 18.19.0 or higher**.
|
1158 | 1208 | [**ES2018+**](https://caniuse.com/?feats=mdn-javascript_builtins_regexp_dotall,js-regexp-lookbehind,mdn-javascript_builtins_regexp_named_capture_groups,mdn-javascript_builtins_regexp_property_escapes,mdn-javascript_builtins_symbol_asynciterator,mdn-javascript_functions_method_definitions_async_generator_methods,mdn-javascript_grammar_template_literals_template_literal_revision,mdn-javascript_operators_destructuring_rest_in_objects,mdn-javascript_operators_destructuring_rest_in_arrays,promise-finally)
|
1159 | 1209 | compatible browsers. New minimum browser versions:
|
1160 | 1210 |
|
1161 |
| -- Chrome 63 |
| 1211 | +- Chrome 71 |
1162 | 1212 | - Edge 79
|
1163 |
| -- Safari/iOS Safari 12 |
1164 |
| -- Firefox 58 |
1165 |
| -- Opera 50 |
1166 |
| -- Samsung Internet 8.2 |
| 1213 | +- Safari 12.1, iOS Safari 12.2 |
| 1214 | +- Firefox 65 |
| 1215 | +- Opera 58 |
| 1216 | +- Samsung Internet 10 |
1167 | 1217 |
|
1168 | 1218 | For more details, please see the
|
1169 | 1219 | [version support section in our migration guide](./MIGRATION.md#1-version-support-changes).
|
|
0 commit comments