Skip to content

Commit b8f92a1

Browse files
committed
meta(changelog): Update changelog for 8.33.0
1 parent 8f3e5b2 commit b8f92a1

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,46 @@
1010

1111
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
1212

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

1555
### Important Changes

0 commit comments

Comments
 (0)