Skip to content

Commit 99fe600

Browse files
fix: Changelog for 8.38.0 (#4457)
#4405 and #4379 are part of 8.39.0 and not 8.38.0.
1 parent 354f6e7 commit 99fe600

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)
@@ -38,7 +38,6 @@ via the option `swizzleClassNameExclude`.
3838

3939
- Added breadcrumb.origin private field (#4358)
4040
- 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).
4241
- Add support for arm64e (#3398)
4342
- Add mergeable libraries support to dynamic libraries (#4381)
4443

@@ -53,15 +52,13 @@ via the option `swizzleClassNameExclude`.
5352

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

5856
## 8.38.0-beta.1
5957

6058
### Features
6159

6260
- Added breadcrumb.origin private field (#4358)
6361
- 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).
6562
- Add support for arm64e (#3398)
6663
- Add mergeable libraries support to dynamic libraries (#4381)
6764

@@ -76,8 +73,6 @@ via the option `swizzleClassNameExclude`.
7673

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

8277
## 8.37.0
8378

0 commit comments

Comments
 (0)