|
2 | 2 |
|
3 | 3 | ## 8.56.0 |
4 | 4 |
|
| 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 | + |
5 | 12 | ### Improvements |
6 | 13 |
|
| 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) |
7 | 19 | - Sentry without UIKit / AppKit is available to install with SPM (#6160) |
8 | 20 |
|
| 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 | + |
9 | 36 | ## 8.56.0-alpha.3 |
10 | 37 |
|
11 | 38 | ### Fixes |
|
0 commit comments