Skip to content

Commit

Permalink
meta(changelog): Update changelog for 8.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Sep 25, 2024
1 parent efd7a70 commit 0a21708
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,39 @@
## Unreleased

- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
- Moved description of `browser` spans into the operation, e.g. `browser - cache` -> `browser.cache` and set the URL as
the description

## 8.32.0

### Important Changes

- **ref(browser): Move navigation span descriptions into op
([#13527](https:/getsentry/sentry-javascript/pull/13527))**

Moves the description of navigation related browser spans into the op, e.g. browser - cache -> browser.cache and sets
the description to the performanceEntry objects' names (in this context it is the URL of the page).

- **feat(node): Add amqplibIntegration ([#13714](https:/getsentry/sentry-javascript/pull/13714))**

- **feat(nestjs): Add `SentryGlobalGenericFilter` and allow specifying application ref in global filter
([#13673](https:/getsentry/sentry-javascript/pull/13673))**

Adds a `SentryGlobalGenericFilter` that filters both graphql and http exceptions depending on the context.

- **feat: Set log level for Fetch/XHR breadcrumbs based on status code
([#13711](https:/getsentry/sentry-javascript/pull/13711))**

Sets log levels in breadcrumbs for 5xx to error and 4xx to warning.

### Other Changes

- chore(nextjs): Bump rollup to 3.29.5 ([#13761](https:/getsentry/sentry-javascript/pull/13761))
- fix(core): Remove `sampled` flag from dynamic sampling context in Tracing without Performance mode
([#13753](https:/getsentry/sentry-javascript/pull/13753))
- fix(node): Ensure node-fetch does not emit spans without tracing
([#13765](https:/getsentry/sentry-javascript/pull/13765))
- fix(nuxt): Use Nuxt error hooks instead of errorHandler to prevent 500
([#13748](https:/getsentry/sentry-javascript/pull/13748))
- fix(test): Unflake LCP test ([#13741](https:/getsentry/sentry-javascript/pull/13741))

Work in this release was contributed by @Zen-cronic and @Sjoertjuh. Thank you for your contributions!

Expand Down

0 comments on commit 0a21708

Please sign in to comment.