Skip to content

Commit 62736ab

Browse files
fix: Changelog for 8.38.0
#4405 and #4379 are part of 8.39.0 and not 8.38.0.
1 parent d605f55 commit 62736ab

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
- feat: API to manually start/stop Session Replay (#4414)
1212
- Custom redact modifier for SwiftUI (#4362, #4392)
1313
- 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).
1415

1516
### Fixes
1617

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`.
1919
- Add TTID/TTFD spans when loadView gets skipped (#4415)
2020
- Finish TTID correctly when viewWillAppear is skipped (#4417)
2121
- Swizzling RootUIViewController if ignored by `swizzleClassNameExclude` (#4407)
@@ -37,7 +37,6 @@ via the option `swizzleClassNameExclude`.
3737

3838
- Added breadcrumb.origin private field (#4358)
3939
- Custom redact modifier for SwiftUI (#4362)
40-
- 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).
4140
- Add support for arm64e (#3398)
4241
- Add mergeable libraries support to dynamic libraries (#4381)
4342

@@ -52,15 +51,13 @@ via the option `swizzleClassNameExclude`.
5251

5352
- Fix the versioning to support app release with Beta versions (#4368)
5453
- Linking ongoing trace to crash event (#4393)
55-
- Edge case for swizzleClassNameExclude (#4405)
5654

5755
## 8.38.0-beta.1
5856

5957
### Features
6058

6159
- Added breadcrumb.origin private field (#4358)
6260
- Custom redact modifier for SwiftUI (#4362)
63-
- 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).
6461
- Add support for arm64e (#3398)
6562
- Add mergeable libraries support to dynamic libraries (#4381)
6663

@@ -75,8 +72,6 @@ via the option `swizzleClassNameExclude`.
7572

7673
- Fix the versioning to support app release with Beta versions (#4368)
7774
- Linking ongoing trace to crash event (#4393)
78-
- Edge case for swizzleClassNameExclude (#4405): Skip creating transactions for UIViewControllers ignored for swizzling
79-
via the option `swizzleClassNameExclude`.
8075

8176
## 8.37.0
8277

0 commit comments

Comments
 (0)