Skip to content

Commit faed208

Browse files
Merge pull request #13789 from getsentry/master
[Gitflow] Merge master into develop
2 parents 39c0b1d + 8fa2caf commit faed208

File tree

50 files changed

+228
-197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+228
-197
lines changed

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,39 @@
99
## Unreleased
1010

1111
- "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))
1445

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

dev-packages/browser-integration-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/browser-integration-tests",
3-
"version": "8.31.0",
3+
"version": "8.32.0",
44
"main": "index.js",
55
"license": "MIT",
66
"engines": {
@@ -43,7 +43,7 @@
4343
"@babel/preset-typescript": "^7.16.7",
4444
"@playwright/test": "^1.44.1",
4545
"@sentry-internal/rrweb": "2.11.0",
46-
"@sentry/browser": "8.31.0",
46+
"@sentry/browser": "8.32.0",
4747
"axios": "1.6.7",
4848
"babel-loader": "^8.2.2",
4949
"html-webpack-plugin": "^5.5.0",

dev-packages/bundle-analyzer-scenarios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/bundle-analyzer-scenarios",
3-
"version": "8.31.0",
3+
"version": "8.32.0",
44
"description": "Scenarios to test bundle analysis with",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/dev-packages/bundle-analyzer-scenarios",

dev-packages/clear-cache-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/clear-cache-gh-action",
33
"description": "An internal Github Action to clear GitHub caches.",
4-
"version": "8.31.0",
4+
"version": "8.32.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

dev-packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/e2e-tests",
3-
"version": "8.31.0",
3+
"version": "8.32.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

dev-packages/external-contributor-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/external-contributor-gh-action",
33
"description": "An internal Github Action to add external contributors to the CHANGELOG.md file.",
4-
"version": "8.31.0",
4+
"version": "8.32.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

dev-packages/node-integration-tests/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/node-integration-tests",
3-
"version": "8.31.0",
3+
"version": "8.32.0",
44
"license": "MIT",
55
"engines": {
66
"node": ">=14.18"
@@ -31,10 +31,10 @@
3131
"@nestjs/core": "^10.3.3",
3232
"@nestjs/platform-express": "^10.3.3",
3333
"@prisma/client": "5.9.1",
34-
"@sentry/aws-serverless": "8.31.0",
35-
"@sentry/node": "8.31.0",
36-
"@sentry/types": "8.31.0",
37-
"@sentry/utils": "8.31.0",
34+
"@sentry/aws-serverless": "8.32.0",
35+
"@sentry/node": "8.32.0",
36+
"@sentry/types": "8.32.0",
37+
"@sentry/utils": "8.32.0",
3838
"@types/mongodb": "^3.6.20",
3939
"@types/mysql": "^2.15.21",
4040
"@types/pg": "^8.6.5",

dev-packages/overhead-metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "8.31.0",
3+
"version": "8.32.0",
44
"name": "@sentry-internal/overhead-metrics",
55
"main": "index.js",
66
"author": "Sentry",

dev-packages/rollup-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/rollup-utils",
3-
"version": "8.31.0",
3+
"version": "8.32.0",
44
"description": "Rollup utilities used at Sentry for the Sentry JavaScript SDK",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/rollup-utils",

dev-packages/size-limit-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/size-limit-gh-action",
33
"description": "An internal Github Action to compare the current size of a PR against the one on develop.",
4-
"version": "8.31.0",
4+
"version": "8.32.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

0 commit comments

Comments
 (0)