We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e0dd8 commit e0d8bb4Copy full SHA for e0d8bb4
2 files changed
CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
7
+## 7.113.0
8
+
9
+- **feat(node): Support Node 22 (#11754)**
10
11
+This release adds support for Node 22! 🎉
12
13
+It also adds prebuilt-binaries for Node 22 to `@sentry/profiling-node`.
14
15
## 7.112.2
16
17
- fix(nextjs|sveltekit): Ensure we can pass `browserTracingIntegration` (#11765)
packages/profiling-node/README.md
@@ -68,7 +68,7 @@ npm i -g windows-build-tools
68
69
### Prebuilt binaries
70
71
-We currently ship prebuilt binaries for a few of the most common platforms and node versions (v16-20).
+We currently ship prebuilt binaries for a few of the most common platforms and node versions (v16-22).
72
73
- macOS x64
74
- Linux ARM64 (musl)
0 commit comments