You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@
11
11
- feat: API to manually start/stop Session Replay (#4414)
12
12
- Custom redact modifier for SwiftUI (#4362, #4392)
13
13
- Track usage of appHangTrackingV2 (#4445)
14
+
- AppHangV2 detection (#4379) Add a new algorithm for detecting app hangs that differentiates between fully blocking and non-fully blocking app hangs. Read more in-depth in our [docs](https://docs.sentry.io/platforms/apple/guides/ios/configuration/app-hangs/#app-hangs-v2).
14
15
15
16
### Fixes
16
17
17
-
- Edge case for swizzleClassNameExclude (#4405): Skip creating transactions for UIViewControllers ignored for swizzling
18
-
via the option `swizzleClassNameExclude`.
18
+
- Edge case for swizzleClassNameExclude (#4405): Skip creating transactions for UIViewControllers ignored for swizzling via the option `swizzleClassNameExclude`.
19
19
- Add TTID/TTFD spans when loadView gets skipped (#4415)
20
20
- Finish TTID correctly when viewWillAppear is skipped (#4417)
21
21
- Swizzling RootUIViewController if ignored by `swizzleClassNameExclude` (#4407)
@@ -38,7 +38,6 @@ via the option `swizzleClassNameExclude`.
38
38
39
39
- Added breadcrumb.origin private field (#4358)
40
40
- Custom redact modifier for SwiftUI (#4362)
41
-
- AppHangV2 detection (#4379) Add a new algorithm for detecting app hangs that differentiates between fully blocking and non-fully blocking app hangs. Read more in-depth in our [docs](https://docs.sentry.io/platforms/apple/guides/ios/configuration/app-hangs/#app-hangs-v2).
42
41
- Add support for arm64e (#3398)
43
42
- Add mergeable libraries support to dynamic libraries (#4381)
44
43
@@ -53,15 +52,13 @@ via the option `swizzleClassNameExclude`.
53
52
54
53
- Fix the versioning to support app release with Beta versions (#4368)
55
54
- Linking ongoing trace to crash event (#4393)
56
-
- Edge case for swizzleClassNameExclude (#4405)
57
55
58
56
## 8.38.0-beta.1
59
57
60
58
### Features
61
59
62
60
- Added breadcrumb.origin private field (#4358)
63
61
- Custom redact modifier for SwiftUI (#4362)
64
-
- AppHangV2 detection (#4379) Add a new algorithm for detecting app hangs that differentiates between fully blocking and non-fully blocking app hangs. Read more in-depth in our [docs](https://docs.sentry.io/platforms/apple/guides/ios/configuration/app-hangs/#app-hangs-v2).
65
62
- Add support for arm64e (#3398)
66
63
- Add mergeable libraries support to dynamic libraries (#4381)
67
64
@@ -76,8 +73,6 @@ via the option `swizzleClassNameExclude`.
76
73
77
74
- Fix the versioning to support app release with Beta versions (#4368)
78
75
- Linking ongoing trace to crash event (#4393)
79
-
- Edge case for swizzleClassNameExclude (#4405): Skip creating transactions for UIViewControllers ignored for swizzling
0 commit comments