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 945cdbc commit 85bbb50Copy full SHA for 85bbb50
CHANGELOG.md
@@ -9,7 +9,7 @@
9
10
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
11
12
-## Unreleased
+# 8.22.0
13
14
### Important Changes
15
@@ -31,6 +31,14 @@ export const onRequest = Sentry.sentryPagesPlugin({
31
});
32
```
33
34
+### Other Changes
35
+
36
+- feat(meta-sdks): Remove runtime tags (#13105)
37
+- feat(nestjs): Automatic instrumentation of nestjs guards (#13129)
38
+- feat(nestjs): Filter all HttpExceptions (#13120)
39
+- feat(replay): Capture exception when `internal_sdk_error` client report happens (#13072)
40
+- fix: Use `globalThis` for code injection (#13132)
41
42
## 8.21.0
43
44
0 commit comments