Skip to content

Commit e6e3eef

Browse files
authored
Apply suggestions from code review
1 parent 411372d commit e6e3eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Features
66

7-
- Add experimental EnableAppHangTrackingV2 configuration flag to the dotnet SDK ([#3877](https://github.com/getsentry/sentry-dotnet/pull/3877))
7+
- .NET on iOS: Add experimental EnableAppHangTrackingV2 configuration flag to the options binding SDK ([#3877](https://github.com/getsentry/sentry-dotnet/pull/3877))
88

99
### Fixes
1010

src/Sentry/Platforms/Cocoa/SentryOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ internal NativeOptions(SentryOptions options)
7171
/// <summary>
7272
/// IMPORTANT: This feature is experimental and may have bugs.
7373
/// <br/>
74-
/// As of version 8.39.0-beta.1, you can enable AppHangsV2, which is available on iOS and tvOS.
74+
/// As of version 8.39.0-beta.1 of the sentry-cocoa SDK, you can enable AppHangsV2, which is available on iOS and tvOS.
7575
/// The main difference is that AppHangsV2 differentiates between fully-blocking and non-fully-blocking
7676
/// app hangs, which you might choose to ignore. A fully-blocking app hang is when the main thread is stuck
7777
/// completely, and the app can't render a single frame.

0 commit comments

Comments
 (0)