Skip to content

Commit e99d20e

Browse files
Prepare CHANGELOG.md for 8.44.0 (#4775)
1 parent 7c8df46 commit e99d20e

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,34 @@
22

33
## Unreleased
44

5-
### Fixed
5+
### Fixes
66

7+
- Don't start the SDK inside Xcode preview (#4601)
78
- Use strlcpy to save session replay info path (#4740)
89
- `sentryReplayUnmask` and `sentryReplayUnmask` preventing interaction (#4749)
910
- Missing `SentryCrashExceptionApplication` implementation for non-macOS target (#4759)
1011
- Add `NSNull` handling to `sentry_sanitize` (#4760)
1112

1213
### Improvements
1314

15+
- Add native SDK information in the replay option event (#4663)
16+
- Add error logging for invalid `cacheDirectoryPath` (#4693)
1417
- Add SentryHub to all log messages in the Hub (#4753)
1518
- More detailed log message when can't start session in SentryHub (#4752)
1619

20+
### Features
21+
22+
- SwiftUI time for initial display and time for full display (#4596)
23+
- Add protocol for custom screenName for UIViewControllers (#4646)
24+
- Allow hybrid SDK to set replay options tags information (#4710)
25+
- Add threshold to always log fatal logs (#4707)
26+
27+
### Internal
28+
29+
- Change macros TEST and TESTCI to SENTRY_TEST and SENTRY_TEST_CI (#4712)
30+
- Convert constants SentrySpanOperation to Swift (#4718)
31+
- Convert constants SentryTraceOrigins to Swift (#4717)
32+
1733
## 8.44.0-beta.1
1834

1935
### Fixes

0 commit comments

Comments
 (0)