diff --git a/CHANGELOG.md b/CHANGELOG.md index 711f4acc7e4..dfba204a9db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,15 @@ ### Features +- AttachScreenshots is GA (#2623) - Gather profiling timeseries metrics for CPU usage and memory footprint, and thermal and memory pressure events (#2493) ## 8.0.0 ### Features -This version adds a dependency on Swift. -This version adds a dependency on Swift. We renamed the default branch from `master` to `main`. We are going to keep the `master` branch for backwards compatibility for package managers pointing to the `master` branch. +This version adds a dependency on Swift. +We renamed the default branch from `master` to `main`. We are going to keep the `master` branch for backwards compatibility for package managers pointing to the `master` branch. ### Features diff --git a/Sources/Sentry/Public/SentryOptions.h b/Sources/Sentry/Public/SentryOptions.h index 6dd746ffa05..346d780eeca 100644 --- a/Sources/Sentry/Public/SentryOptions.h +++ b/Sources/Sentry/Public/SentryOptions.h @@ -198,9 +198,7 @@ NS_SWIFT_NAME(Options) @property (nonatomic, assign) BOOL enableUIViewControllerTracing; /** - * This feature is EXPERIMENTAL. - * - * Automatically attaches a screenshot when capturing an error, exception, or a crash. + * Automatically attaches a screenshot when capturing an error or exception. * * Default value is NO */