Skip to content

Commit

Permalink
Feat: Make attachScreenshot GA (#2623)
Browse files Browse the repository at this point in the history
Removed the experimental description for attachScreenshot option

Co-authored-by: Philipp Hofmann <[email protected]>
  • Loading branch information
brustolin and philipphofmann authored Jan 19, 2023
1 parent 4c00f8c commit cb2eefe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions Sources/Sentry/Public/SentryOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>NO</code>
*/
Expand Down

0 comments on commit cb2eefe

Please sign in to comment.