Skip to content

Commit

Permalink
meta(changelog): Update changelog for 8.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Oct 2, 2024
1 parent 8f3e5b2 commit b8f92a1
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8f92a1

Please sign in to comment.