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 3bbf0fe commit 877a487Copy full SHA for 877a487
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-beta
10
11
### Features
@@ -16,10 +22,6 @@
16
22
17
23
- Uses low-priority queues to reduce the chance of session replay internal multi-threading processes being dropped (#5280)
18
24
19
-### Features
20
-
21
-- Capturing fatal CPPExceptions via hooking into cxa_throw when enabling `options.experimental.enableUnhandledCPPExceptionsV2 = true` (#5256)
25
### Improvements
26
27
- Threading issues in internal dependency container (#5225)
0 commit comments