Skip to content

Commit 3365d74

Browse files
authored
chore: Add changes from alpha releases to v8.56.0 changelog (#6166)
1 parent 5542c69 commit 3365d74

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,37 @@
22

33
## 8.56.0
44

5+
### Features
6+
7+
- Structured Logs: Flush logs on SDK flush/close (#5834)
8+
- Add masking options for screenshots (#5401)
9+
- Add significant time change breadcrumb (#6112)
10+
- Add support for iOS 26, macOS 26, visionOS 26, watchOS 26, and tvOS 26 in device tests (#6063)
11+
512
### Improvements
613

14+
- Lazily CharacterSet only once in SentryBaggageSerialization (#5871)
15+
- Structured Logging: Log `SentrySDK.logger` calls to `SentrySDKLog` (#5991)
16+
- The build type in the app context now differentiates between `enterprise` and `adhoc` (#6044)
17+
- visionOS no longer needs swift's interoperability mode (#6077)
18+
- Ensure IP address is only inferred by Relay if sendDefaultPii is true (#5877)
719
- Sentry without UIKit / AppKit is available to install with SPM (#6160)
820

21+
### Fixes
22+
23+
- Don't capture replays for events dropped in `beforeSend` (#5916)
24+
- Fix linking with SentrySwiftUI on Xcode 26 for visionOS (#5823)
25+
- Structured Logging: Logger called before `SentrySDK.start` becomes unusable (#5984)
26+
- Add masking for AVPlayerView (#5910)
27+
- Fix missing view hierachy when enabling `attachScreenshot` too (#5989)
28+
- Fix macOS's frameworks not following the versioned framework structure (#6049)
29+
- Add warning to addBreadcrumb when used before SDK init (#6083)
30+
- Add null-handling for parsed DSN in SentryHTTPTransport (#5800)
31+
- Fix crash in Session Replay when opening the camera UI on iOS 26+ by skipping redaction of internal views.
32+
This may result in more of the camera screen being redacted. (#6045)
33+
- Fix crash in SentryDependencyContainer init when using the SDK as a static framework (#6125)
34+
- Fixes a React Native legacy build failure by adding the missing self references for explicit capture semantics (#6156)
35+
936
## 8.56.0-alpha.3
1037

1138
### Fixes

0 commit comments

Comments
 (0)