|
10 | 10 |
|
11 | 11 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott |
12 | 12 |
|
| 13 | +## 8.33.1 |
| 14 | + |
| 15 | +- fix(core): Update trpc middleware types ([#13859](https://github.com/getsentry/sentry-javascript/pull/13859)) |
| 16 | +- fix(fetch): Fix memory leak when handling endless streaming |
| 17 | + ([#13809](https://github.com/getsentry/sentry-javascript/pull/13809)) |
| 18 | + |
| 19 | +Work in this release was contributed by @soapproject. Thank you for your contribution! |
| 20 | + |
| 21 | +## 8.33.0 |
| 22 | + |
| 23 | +### Important Changes |
| 24 | + |
| 25 | +- **feat(nextjs): Support new async APIs (`headers()`, `params`, `searchParams`) |
| 26 | + ([#13828](https://github.com/getsentry/sentry-javascript/pull/13828))** |
| 27 | + |
| 28 | +Adds support for [new dynamic Next.js APIs](https://github.com/vercel/next.js/pull/68812). |
| 29 | + |
| 30 | +- **feat(node): Add `lru-memoizer` instrumentation |
| 31 | + ([#13796](https://github.com/getsentry/sentry-javascript/pull/13796))** |
| 32 | + |
| 33 | +Adds integration for lru-memoizer using @opentelemetry/instrumentation-lru-memoizer. |
| 34 | + |
| 35 | +- **feat(nuxt): Add `unstable_sentryBundlerPluginOptions` to module options |
| 36 | + ([#13811](https://github.com/getsentry/sentry-javascript/pull/13811))** |
| 37 | + |
| 38 | +Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options. |
| 39 | + |
| 40 | +### Other Changes |
| 41 | + |
| 42 | +- fix(browser): Ensure `wrap()` only returns functions |
| 43 | + ([#13838](https://github.com/getsentry/sentry-javascript/pull/13838)) |
| 44 | +- fix(core): Adapt trpc middleware input attachment |
| 45 | + ([#13831](https://github.com/getsentry/sentry-javascript/pull/13831)) |
| 46 | +- fix(core): Don't return trace data in `getTraceData` and `getTraceMetaTags` if SDK is disabled |
| 47 | + ([#13760](https://github.com/getsentry/sentry-javascript/pull/13760)) |
| 48 | +- fix(nuxt): Don't restrict source map assets upload |
| 49 | + ([#13800](https://github.com/getsentry/sentry-javascript/pull/13800)) |
| 50 | +- fix(nuxt): Use absolute path for client config ([#13798](https://github.com/getsentry/sentry-javascript/pull/13798)) |
| 51 | +- fix(replay): Stop global event handling for paused replays |
| 52 | + ([#13815](https://github.com/getsentry/sentry-javascript/pull/13815)) |
| 53 | +- fix(sveltekit): add url param to source map upload options |
| 54 | + ([#13812](https://github.com/getsentry/sentry-javascript/pull/13812)) |
| 55 | +- fix(types): Add jsdocs to cron types ([#13776](https://github.com/getsentry/sentry-javascript/pull/13776)) |
| 56 | +- fix(nextjs): Loosen @sentry/nextjs webpack peer dependency |
| 57 | + ([#13826](https://github.com/getsentry/sentry-javascript/pull/13826)) |
| 58 | + |
| 59 | +Work in this release was contributed by @joshuajaco. Thank you for your contribution! |
| 60 | + |
13 | 61 | ## 8.32.0 |
14 | 62 |
|
15 | 63 | ### Important Changes |
|
0 commit comments