Skip to content

feat(unity): Screenshots on the wizard #5403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/includes/getting-started-primer/unity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Our Unity SDK builds on top of the [.NET SDK](/platforms/dotnet/) and extends it
- iOS by using the [iOS SDK](/platforms/apple/guides/ios/) to support Objective-C, Swift, C and C++
- Windows and Linux by using the [Native SDK](/platforms/native/) to support C and C++ with minidumps
- macOS by using the [macOS SDK](/platforms/apple/guides/macos/) to support Objective-C, Swift, C and C++
- [Screenshot attachments](/platforms/unity/enriching-events/screenshots/) for errors
- [Offline caching](/platforms/unity/configuration/options/#cache-directory-path) stores event data to disk in case the device is not online
- [Release health](/platforms/unity/configuration/releases/) to keep track of crash free users and sessions
- [Breadcrumbs automatically](/platforms/unity/enriching-events/breadcrumbs/#automatic-breadcrumbs) captured for
Expand Down
2 changes: 2 additions & 0 deletions src/wizard/unity/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ ___PUBLIC_DSN___

And that's it! Now Sentry can capture errors automatically.

If you like additional contexts you could enable [Screenshots](https://docs.sentry.io/platforms/unity/enriching-events/screenshots/).

## Verify

Once it is configured with the DSN you can call the SDK from anywhere:
Expand Down