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 06d54e0 commit 065906cCopy full SHA for 065906c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Features
6
7
+- Capturing fatal CPPExceptions via hooking into cxa_throw when enabling `options.experimental.enableUnhandledCPPExceptionsV2 = true` (#5256)
8
9
## 8.52.0
10
11
### Features
@@ -11,10 +17,6 @@
17
- Slightly reduce performance impact by removing unnecessary lock in SentryLog.configure (#5297)
12
18
- Redact React Native text and images by default without the RN SDK (#5302)
13
19
14
-### Features
15
-
16
-- Capturing fatal CPPExceptions via hooking into cxa_throw when enabling `options.experimental.enableUnhandledCPPExceptionsV2 = true` (#5256)
20
### Fixes
21
22
- Add missing context for watchdog termination events (#5242)
0 commit comments