File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 21
21
- Fix the versioning to support app release with Beta versions (#4368 )
22
22
- Linking ongoing trace to crash event (#4393 )
23
23
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
+
24
52
## 8.37.0-beta.1
25
53
26
54
### Features
You can’t perform that action at this time.
0 commit comments