Skip to content

Commit 7d99a90

Browse files
Lms24cursoragent
andcommitted
meta(changelog): Update changelog for 10.56.0
Co-Authored-By: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a7cb7e6 commit 7d99a90

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,55 @@
44

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

7+
## 10.56.0
8+
9+
### Important Changes
10+
11+
- **feat: Migrate `sendDefaultPii` to `dataCollection` across all packages ([#21097](https://github.com/getsentry/sentry-javascript/pull/21097), [#21100](https://github.com/getsentry/sentry-javascript/pull/21100), [#21137](https://github.com/getsentry/sentry-javascript/pull/21137), [#21217](https://github.com/getsentry/sentry-javascript/pull/21217), [#21237](https://github.com/getsentry/sentry-javascript/pull/21237), [#21247](https://github.com/getsentry/sentry-javascript/pull/21247), [#21248](https://github.com/getsentry/sentry-javascript/pull/21248), [#21261](https://github.com/getsentry/sentry-javascript/pull/21261), [#21265](https://github.com/getsentry/sentry-javascript/pull/21265))**
12+
13+
This release migrates data collection controls from the `sendDefaultPii` boolean to the new, more granular `dataCollection` option across all packages — browser, node-core, Next.js, Remix, Cloudflare, Bun, Deno, Nuxt, SvelteKit, Astro, Nitro, and core AI/MCP utilities.
14+
When `dataCollection` is not explicitly set, the SDK falls back to the existing `sendDefaultPii` behavior, so there is no change for existing SDK setups.
15+
When `dataCollection` is set, it enables fine-grained control over which data (cookies, request headers, response headers, IP addresses, etc.) is collected and sent to Sentry.
16+
17+
- **feat(deno): Redis diagnostics channel based integration for Deno ([#21087](https://github.com/getsentry/sentry-javascript/pull/21087))**
18+
19+
Adds Redis integration support for Deno, covering both `redis` and `ioredis` clients.
20+
21+
### Other Changes
22+
23+
- feat(cloudflare): Only capture workflow step error on final retry attempt ([#21025](https://github.com/getsentry/sentry-javascript/pull/21025))
24+
- feat(hono): Emit warning if `@sentry/node` was imported instead of `@sentry/hono/node` ([#21240](https://github.com/getsentry/sentry-javascript/pull/21240))
25+
- feat(node): Use ioredis tracing channels ([#21187](https://github.com/getsentry/sentry-javascript/pull/21187))
26+
- fix(browser): Correctly parse sampleRate when `consistentTraceSampling` is enabled ([#21281](https://github.com/getsentry/sentry-javascript/pull/21281))
27+
- fix(cloudflare): Fix `instrumentDurableObjectWithSentry` breaking Cloudflare Agents ([#21101](https://github.com/getsentry/sentry-javascript/pull/21101))
28+
- fix(cloudflare): Wait for span links to be set ([#21167](https://github.com/getsentry/sentry-javascript/pull/21167))
29+
- fix(core): Use `WeakRef` for Span-Scope circular references ([#21242](https://github.com/getsentry/sentry-javascript/pull/21242))
30+
- fix(node): Vendor `InstrumentationNodeModuleFile` to fix Bun `--bytecode` crash ([#21262](https://github.com/getsentry/sentry-javascript/pull/21262))
31+
- fix(profiling-node): Ensure node version support warning includes latest 26 ([#21229](https://github.com/getsentry/sentry-javascript/pull/21229))
32+
33+
<details>
34+
<summary> <strong>Internal Changes</strong> </summary>
35+
36+
- chore: Ignore scheduled_tasks.lock ([#21252](https://github.com/getsentry/sentry-javascript/pull/21252))
37+
- chore: Promote lint warnings to errors ([#21213](https://github.com/getsentry/sentry-javascript/pull/21213))
38+
- chore(docs): Document how to support a new node version ([#21228](https://github.com/getsentry/sentry-javascript/pull/21228))
39+
- chore(size-limit): Weekly auto-bump ([#21243](https://github.com/getsentry/sentry-javascript/pull/21243))
40+
- chore(skills): Add linear-project-status skill ([#21214](https://github.com/getsentry/sentry-javascript/pull/21214))
41+
- chore(skills): Add linear-project-update skill ([#21233](https://github.com/getsentry/sentry-javascript/pull/21233))
42+
- chore(skills): Improve triage-issue skill ([#21257](https://github.com/getsentry/sentry-javascript/pull/21257))
43+
- chore(skills): Update linear-project-status skill with more details & context ([#21234](https://github.com/getsentry/sentry-javascript/pull/21234))
44+
- feat(deps): Bump axios from 1.15.0 to 1.16.0 in /dev-packages/e2e-tests/test-applications/nestjs-basic ([#21263](https://github.com/getsentry/sentry-javascript/pull/21263))
45+
- feat(server-utils): Initial scaffolding ([#21200](https://github.com/getsentry/sentry-javascript/pull/21200))
46+
- ref(cloudflare): Move D1 instrumentation ([#21266](https://github.com/getsentry/sentry-javascript/pull/21266))
47+
- ref(node): Refactor usage of `hrTime` utilities from `@opentelemetry/core` ([#21191](https://github.com/getsentry/sentry-javascript/pull/21191))
48+
- ref(node): Stop mutating OTel RPC metadata to set `http.route` ([#21193](https://github.com/getsentry/sentry-javascript/pull/21193))
49+
- ref(opentelemetry): Vendor minimal `TraceState` implementation ([#21192](https://github.com/getsentry/sentry-javascript/pull/21192))
50+
- test(browser): Add unit test for http client header collection behavior ([#21273](https://github.com/getsentry/sentry-javascript/pull/21273))
51+
- test(browser): Move browser integration tests to `dataCollection` ([#21282](https://github.com/getsentry/sentry-javascript/pull/21282))
52+
- test(cloudflare): Remove vitest in CF e2e tests ([#21259](https://github.com/getsentry/sentry-javascript/pull/21259))
53+
54+
</details>
55+
756
## 10.55.0
857

958
### Important Changes

0 commit comments

Comments
 (0)