Skip to content

Commit 93d9b09

Browse files
Merge pull request #17378 from getsentry/master
[Gitflow] Merge master into develop
2 parents 2ea215d + 4839d81 commit 93d9b09

File tree

55 files changed

+179
-152
lines changed

Some content is hidden

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

55 files changed

+179
-152
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
## Unreleased
7+
## 10.4.0
88

99
### Important Changes
1010

@@ -22,6 +22,33 @@ user IP addresses, if you set `sendDefaultPii: true` in your `Sentry.init` optio
2222

2323
We apologize for any inconvenience caused!
2424

25+
- **feat(node): Add `ignoreStaticAssets` ([#17370](https://github.com/getsentry/sentry-javascript/pull/17370))**
26+
27+
This release adds a new option to `httpIntegration` to ignore requests for static assets (e.g. `favicon.xml` or `robots.txt`). The option defaults to `true`, meaning that going forward, such requests will not be traced by default. You can still enable tracing for these requests by setting the option to `false`:
28+
29+
```js
30+
Sentry.init({
31+
integrations: [
32+
Sentry.httpIntegration({
33+
// defaults to true, set to false to enable traces for static assets
34+
ignoreStaticAssets: false,
35+
}),
36+
],
37+
});
38+
```
39+
40+
### Other Changes
41+
42+
- fix(nuxt): Do not drop parametrized routes ([#17357](https://github.com/getsentry/sentry-javascript/pull/17357))
43+
44+
<details>
45+
<summary> <strong>Internal Changes</strong> </summary>
46+
47+
- ref(node): Split up incoming & outgoing http handling ([#17358](https://github.com/getsentry/sentry-javascript/pull/17358))
48+
- test(node): Enable additionalDependencies in integration runner ([#17361](https://github.com/getsentry/sentry-javascript/pull/17361))
49+
50+
</details>
51+
2552
## 10.3.0
2653

2754
- feat(core): MCP Server - Capture prompt results from prompt function calls (#17284)

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": "10.3.0",
3+
"version": "10.4.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.53.2",
4545
"@sentry-internal/rrweb": "2.34.0",
46-
"@sentry/browser": "10.3.0",
46+
"@sentry/browser": "10.4.0",
4747
"@supabase/supabase-js": "2.49.3",
4848
"axios": "1.8.2",
4949
"babel-loader": "^8.2.2",

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": "10.3.0",
3+
"version": "10.4.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": "10.3.0",
4+
"version": "10.4.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

dev-packages/cloudflare-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/cloudflare-integration-tests",
3-
"version": "10.3.0",
3+
"version": "10.4.0",
44
"license": "MIT",
55
"engines": {
66
"node": ">=18"
@@ -13,7 +13,7 @@
1313
"test:watch": "yarn test --watch"
1414
},
1515
"dependencies": {
16-
"@sentry/cloudflare": "10.3.0"
16+
"@sentry/cloudflare": "10.4.0"
1717
},
1818
"devDependencies": {
1919
"@cloudflare/workers-types": "^4.20250708.0",

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": "10.3.0",
3+
"version": "10.4.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": "10.3.0",
4+
"version": "10.4.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/node-core-integration-tests",
3-
"version": "10.3.0",
3+
"version": "10.4.0",
44
"license": "MIT",
55
"engines": {
66
"node": ">=18"
@@ -34,8 +34,8 @@
3434
"@opentelemetry/resources": "^2.0.0",
3535
"@opentelemetry/sdk-trace-base": "^2.0.0",
3636
"@opentelemetry/semantic-conventions": "^1.34.0",
37-
"@sentry/core": "10.3.0",
38-
"@sentry/node-core": "10.3.0",
37+
"@sentry/core": "10.4.0",
38+
"@sentry/node-core": "10.4.0",
3939
"body-parser": "^1.20.3",
4040
"cors": "^2.8.5",
4141
"cron": "^3.1.6",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/node-integration-tests",
3-
"version": "10.3.0",
3+
"version": "10.4.0",
44
"license": "MIT",
55
"engines": {
66
"node": ">=18"
@@ -28,9 +28,9 @@
2828
"@nestjs/common": "11.1.3",
2929
"@nestjs/core": "11.1.3",
3030
"@nestjs/platform-express": "11.1.3",
31-
"@sentry/aws-serverless": "10.3.0",
32-
"@sentry/core": "10.3.0",
33-
"@sentry/node": "10.3.0",
31+
"@sentry/aws-serverless": "10.4.0",
32+
"@sentry/core": "10.4.0",
33+
"@sentry/node": "10.4.0",
3434
"@types/mongodb": "^3.6.20",
3535
"@types/mysql": "^2.15.21",
3636
"@types/pg": "^8.6.5",

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": "10.3.0",
3+
"version": "10.4.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",

0 commit comments

Comments
 (0)