|
9 | 9 | ## Unreleased
|
10 | 10 |
|
11 | 11 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
|
12 |
| -- Moved description of `browser` spans into the operation, e.g. `browser - cache` -> `browser.cache` and set the URL as |
13 |
| - the description |
| 12 | + |
| 13 | +## 8.32.0 |
| 14 | + |
| 15 | +### Important Changes |
| 16 | + |
| 17 | +- **ref(browser): Move navigation span descriptions into op |
| 18 | + ([#13527](https://github.com/getsentry/sentry-javascript/pull/13527))** |
| 19 | + |
| 20 | +Moves the description of navigation related browser spans into the op, e.g. browser - cache -> browser.cache and sets |
| 21 | +the description to the performanceEntry objects' names (in this context it is the URL of the page). |
| 22 | + |
| 23 | +- **feat(node): Add amqplibIntegration ([#13714](https://github.com/getsentry/sentry-javascript/pull/13714))** |
| 24 | + |
| 25 | +- **feat(nestjs): Add `SentryGlobalGenericFilter` and allow specifying application ref in global filter |
| 26 | + ([#13673](https://github.com/getsentry/sentry-javascript/pull/13673))** |
| 27 | + |
| 28 | +Adds a `SentryGlobalGenericFilter` that filters both graphql and http exceptions depending on the context. |
| 29 | + |
| 30 | +- **feat: Set log level for Fetch/XHR breadcrumbs based on status code |
| 31 | + ([#13711](https://github.com/getsentry/sentry-javascript/pull/13711))** |
| 32 | + |
| 33 | +Sets log levels in breadcrumbs for 5xx to error and 4xx to warning. |
| 34 | + |
| 35 | +### Other Changes |
| 36 | + |
| 37 | +- chore(nextjs): Bump rollup to 3.29.5 ([#13761](https://github.com/getsentry/sentry-javascript/pull/13761)) |
| 38 | +- fix(core): Remove `sampled` flag from dynamic sampling context in Tracing without Performance mode |
| 39 | + ([#13753](https://github.com/getsentry/sentry-javascript/pull/13753)) |
| 40 | +- fix(node): Ensure node-fetch does not emit spans without tracing |
| 41 | + ([#13765](https://github.com/getsentry/sentry-javascript/pull/13765)) |
| 42 | +- fix(nuxt): Use Nuxt error hooks instead of errorHandler to prevent 500 |
| 43 | + ([#13748](https://github.com/getsentry/sentry-javascript/pull/13748)) |
| 44 | +- fix(test): Unflake LCP test ([#13741](https://github.com/getsentry/sentry-javascript/pull/13741)) |
14 | 45 |
|
15 | 46 | Work in this release was contributed by @Zen-cronic and @Sjoertjuh. Thank you for your contributions!
|
16 | 47 |
|
|
0 commit comments