From b8f92a12acbe5c751ceff0b5239bda4fc79cf494 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Wed, 2 Oct 2024 14:50:20 +0200 Subject: [PATCH] meta(changelog): Update changelog for 8.33.0 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b384d4c427..ec58dd36abbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,46 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 8.33.0 + +### Important Changes + +- **feat(nextjs): Support new async APIs (`headers()`, `params`, `searchParams`) + ([#13828](https://github.com/getsentry/sentry-javascript/pull/13828))** + +Adds support for [new dynamic Next.js APIs](https://github.com/vercel/next.js/pull/68812). + +- **feat(node): Add `lru-memoizer` instrumentation + ([#13796](https://github.com/getsentry/sentry-javascript/pull/13796))** + +Adds integration for lru-memoizer using @opentelemetry/instrumentation-lru-memoizer. + +- **feat(nuxt): Add `unstable_sentryBundlerPluginOptions` to module options + ([#13811](https://github.com/getsentry/sentry-javascript/pull/13811))** + +Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options. + +### Other Changes + +- fix(browser): Ensure `wrap()` only returns functions + ([#13838](https://github.com/getsentry/sentry-javascript/pull/13838)) +- fix(core): Adapt trpc middleware input attachment + ([#13831](https://github.com/getsentry/sentry-javascript/pull/13831)) +- fix(core): Don't return trace data in `getTraceData` and `getTraceMetaTags` if SDK is disabled + ([#13760](https://github.com/getsentry/sentry-javascript/pull/13760)) +- fix(nuxt): Don't restrict source map assets upload + ([#13800](https://github.com/getsentry/sentry-javascript/pull/13800)) +- fix(nuxt): Use absolute path for client config ([#13798](https://github.com/getsentry/sentry-javascript/pull/13798)) +- fix(replay): Stop global event handling for paused replays + ([#13815](https://github.com/getsentry/sentry-javascript/pull/13815)) +- fix(sveltekit): add url param to source map upload options + ([#13812](https://github.com/getsentry/sentry-javascript/pull/13812)) +- fix(types): Add jsdocs to cron types ([#13776](https://github.com/getsentry/sentry-javascript/pull/13776)) +- fix(nextjs): Loosen @sentry/nextjs webpack peer dependency + ([#13826](https://github.com/getsentry/sentry-javascript/pull/13826)) + +Work in this release was contributed by @joshuajaco. Thank you for your contribution! + ## 8.32.0 ### Important Changes