Skip to content

Commit

Permalink
fix: Swizzling RootUIViewController if ignored (#4407)
Browse files Browse the repository at this point in the history
The SDK didn't exclude the RootViewController from swizzling when
ignored by the option swizzleClassNameExclude. This is fixed now.

Fixes GH-4385
  • Loading branch information
philipphofmann authored Oct 8, 2024
1 parent 9cd19dd commit 9b97372
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ via the option `swizzleClassNameExclude`.

- Fix the versioning to support app release with Beta versions (#4368)
- Linking ongoing trace to crash event (#4393)
- Edge case for swizzleClassNameExclude (#4405): Skip creating transactions for UIViewControllers ignored for swizzling
via the option `swizzleClassNameExclude`.
- Swizzling RootUIViewController if ignored by `swizzleClassNameExclude` (#4407)

## 8.37.0

Expand Down

0 comments on commit 9b97372

Please sign in to comment.