Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d4c0f70

Browse files
committed
revert changelog change, oops
1 parent 7ff7d9b commit d4c0f70

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

‎CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,33 @@ user IP addresses, if you set `sendDefaultPii: true` in your `Sentry.init` optio
144144

145145
We apologize for any inconvenience caused!
146146

147+
- **feat(node): Add `ignoreStaticAssets` ([#17370](https://github.com/getsentry/sentry-javascript/pull/17370))**
148+
149+
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`:
150+
151+
```js
152+
Sentry.init({
153+
integrations: [
154+
Sentry.httpIntegration({
155+
// defaults to true, set to false to enable traces for static assets
156+
ignoreStaticAssets: false,
157+
}),
158+
],
159+
});
160+
```
161+
162+
### Other Changes
163+
164+
- fix(nuxt): Do not drop parametrized routes ([#17357](https://github.com/getsentry/sentry-javascript/pull/17357))
165+
166+
<details>
167+
<summary> <strong>Internal Changes</strong> </summary>
168+
169+
- ref(node): Split up incoming & outgoing http handling ([#17358](https://github.com/getsentry/sentry-javascript/pull/17358))
170+
- test(node): Enable additionalDependencies in integration runner ([#17361](https://github.com/getsentry/sentry-javascript/pull/17361))
171+
172+
</details>
173+
147174
## 10.3.0
148175

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /