File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
+ ## 10.18.0
8
+
9
+ ### Important Changes
10
+
11
+ - **feat(node): `pino` integration ([#17584](https://github.com/getsentry/sentry-javascript/pull/17584))**
12
+
13
+ This release adds a new `pino` integration for Node.js, enabling Sentry to capture logs from the Pino logging library.
14
+
15
+ - **feat: Remove @sentry/pino-transport package ([#17851](https://github.com/getsentry/sentry-javascript/pull/17851))**
16
+
17
+ The `@sentry/pino-transport` package has been removed. Please use the new `pino` integration in `@sentry/node` instead.
18
+
19
+ - **feat(node-core): Extend onnhandledrejection with ignore errors option ([#17736](https://github.com/getsentry/sentry-javascript/pull/17736))**
20
+
21
+ Added support for selectively suppressing specific errors with configurable logging control in onnhandledrejection integration.
22
+
23
+ ### Other Changes
24
+
25
+ - feat(core): Rename vercelai.schema to gen_ai.request.schema ([#17850](https://github.com/getsentry/sentry-javascript/pull/17850))
26
+ - feat(core): Support stream responses and tool calls for Google GenAI ([#17664](https://github.com/getsentry/sentry-javascript/pull/17664))
27
+ - feat(nextjs): Attach headers using client hook ([#17831](https://github.com/getsentry/sentry-javascript/pull/17831))
28
+ - fix(core): Keep all property values in baggage header ([#17847](https://github.com/getsentry/sentry-javascript/pull/17847))
29
+ - fix(nestjs): Add support for Symbol as event name ([#17785](https://github.com/getsentry/sentry-javascript/pull/17785))
30
+ - fix(nuxt): include `sentry.client.config.ts` in nuxt app types ([#17830](https://github.com/getsentry/sentry-javascript/pull/17830))
31
+
32
+ <details>
33
+ <summary> <strong>Internal Changes</strong> </summary>
34
+
35
+ - chore: Add external contributor to CHANGELOG.md ([#17866](https://github.com/getsentry/sentry-javascript/pull/17866))
36
+ - chore(deps): Bump @sentry/cli from 2.53.0 to 2.56.0 ([#17819](https://github.com/getsentry/sentry-javascript/pull/17819))
37
+ - chore(deps): Bump axios in browser integration tests ([#17839](https://github.com/getsentry/sentry-javascript/pull/17839))
38
+ - chore(deps): Bump nestjs in integration tests ([#17840](https://github.com/getsentry/sentry-javascript/pull/17840))
39
+
40
+ </details>
41
+
7
42
Work in this release was contributed by @stefanvanderwolf. Thank you for your contribution!
8
43
9
44
## 10.17.0
You can’t perform that action at this time.
0 commit comments