|
4 | 4 |
|
5 | 5 | ### Fixes |
6 | 6 |
|
7 | | -- Add null-handling for internal array sanitization (#5722) |
| 7 | +- Add support for PDFKit views in session replay (#5750) |
| 8 | +- Fix Infinite Session Replay Processing Loop (#5765) |
| 9 | +- Fix memory leak in SessionReplayIntegration (#5770) |
| 10 | +- Fix reporting of energy used while profiling (#5768) |
| 11 | + |
| 12 | +## 8.54.0 |
8 | 13 |
|
9 | 14 | ### Features |
10 | 15 |
|
11 | 16 | - Add experimental support for capturing structured logs via `SentrySDK.logger` (#5532, #5593, #5639, #5628, #5637, #5643) |
12 | 17 | - Add `isiOSAppOnMac` and `isMacCatalystApp` from ProcessInfo to the runtime context (#5570) |
13 | 18 | - The SDK will show a warning in the console if it detects it was loaded twice (#5298) |
14 | 19 |
|
15 | | -### Improvements |
16 | | - |
17 | | -- Extract video processing to a new class (#5604) |
18 | | -- Move continuous profiling payload serialization off of the main thread (#5613) |
19 | | -- Improve video generation using apple recommended loop (#5612) |
20 | | -- Use -OSize for release builds (#5721) |
21 | | -- Mark The `integrations` parameter of `SentryOptions` as deprecated rather than printing a warning (#5749) |
22 | | - |
23 | 20 | ### Fixes |
24 | 21 |
|
| 22 | +- Add null-handling for internal array sanitization (#5722) |
25 | 23 | - Fix video replay crashes due to video writer inputs not marked as finished on cancellation (#5608) |
26 | 24 | - Fix wrong flush timeout (#5565). When flush timed out before the SDK finished sending data, it always blocked the full flush timeout the next time being called. This is fixed now. |
27 | 25 | - Launch profiling now respects original configured options if they change on the next launch (#5417) |
28 | 26 | - User feedback no longer subject to sample rates or `beforeSend` (#5692) |
29 | 27 | - Build error in app extensions (#5682) |
30 | 28 | - Fix frame metrics including time while in background (#5681) |
31 | 29 |
|
| 30 | +### Improvements |
| 31 | + |
| 32 | +- Extract video processing to a new class (#5604) |
| 33 | +- Move continuous profiling payload serialization off of the main thread (#5613) |
| 34 | +- Improve video generation using apple recommended loop (#5612) |
| 35 | +- Use -OSize for release builds (#5721) |
| 36 | +- Mark The `integrations` parameter of `SentryOptions` as deprecated rather than printing a warning (#5749) |
| 37 | + |
32 | 38 | ## 8.53.2 |
33 | 39 |
|
34 | 40 | ### Fixes |
|
0 commit comments