Skip to content

Commit 2d2068d

Browse files
authored
Update CHANGELOG.md (#4409)
1 parent 2f5e5f7 commit 2d2068d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,34 @@
2121
- Fix the versioning to support app release with Beta versions (#4368)
2222
- Linking ongoing trace to crash event (#4393)
2323

24+
## 8.37.0
25+
26+
### Features
27+
28+
- Added `thermal_state` to device context (#4305)
29+
- Send envelopes that cannot be cached to disk (#4294)
30+
31+
### Refactoring
32+
33+
- Moved session replay API to `SentrySDK.replay` (#4326)
34+
- Changed default session replay quality to `medium` (#4326)
35+
36+
### Fixes
37+
38+
- Resumes replay when the app becomes active (#4303)
39+
- Session replay redact view with transformation (#4308)
40+
- Correct redact UIView with higher zPosition (#4309)
41+
- Don't redact clipped views (#4325)
42+
- Session replay for crash not created because of a race condition (#4314)
43+
- Double-quoted include, expected angle-bracketed instead (#4298)
44+
- Discontinue use of NSApplicationSupportDirectory in favor of NSCachesDirectory (#4335)
45+
- Safe guard `strncpy` usage (#4336)
46+
- Stop using `redactAllText` as an indicator tha redact is enabled (#4327)
47+
48+
### Improvements
49+
50+
- Avoid extra work when storing invalid envelopes (#4337)
51+
2452
## 8.37.0-beta.1
2553

2654
### Features

0 commit comments

Comments
 (0)