Skip to content

Commit cb2eefe

Browse files
Feat: Make attachScreenshot GA (#2623)
Removed the experimental description for attachScreenshot option Co-authored-by: Philipp Hofmann <[email protected]>
1 parent 4c00f8c commit cb2eefe

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44

55
### Features
66

7+
- AttachScreenshots is GA (#2623)
78
- Gather profiling timeseries metrics for CPU usage and memory footprint, and thermal and memory pressure events (#2493)
89

910
## 8.0.0
1011

1112
### Features
1213

13-
This version adds a dependency on Swift.
14-
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.
14+
This version adds a dependency on Swift.
15+
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.
1516

1617
### Features
1718

Sources/Sentry/Public/SentryOptions.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,7 @@ NS_SWIFT_NAME(Options)
198198
@property (nonatomic, assign) BOOL enableUIViewControllerTracing;
199199

200200
/**
201-
* This feature is EXPERIMENTAL.
202-
*
203-
* Automatically attaches a screenshot when capturing an error, exception, or a crash.
201+
* Automatically attaches a screenshot when capturing an error or exception.
204202
*
205203
* Default value is <code>NO</code>
206204
*/

0 commit comments

Comments
 (0)