File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
includes/getting-started-primer Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Our Unity SDK builds on top of the [.NET SDK](/platforms/dotnet/) and extends it
9
9
- iOS by using the [ iOS SDK] ( /platforms/apple/guides/ios/ ) to support Objective-C, Swift, C and C++
10
10
- Windows and Linux by using the [ Native SDK] ( /platforms/native/ ) to support C and C++ with minidumps
11
11
- macOS by using the [ macOS SDK] ( /platforms/apple/guides/macos/ ) to support Objective-C, Swift, C and C++
12
+ - [ Screenshot attachments] ( /platforms/unity/enriching-events/screenshots/ ) for errors
12
13
- [ Offline caching] ( /platforms/unity/configuration/options/#cache-directory-path ) stores event data to disk in case the device is not online
13
14
- [ Release health] ( /platforms/unity/configuration/releases/ ) to keep track of crash free users and sessions
14
15
- [ Breadcrumbs automatically] ( /platforms/unity/enriching-events/breadcrumbs/#automatic-breadcrumbs ) captured for
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ ___PUBLIC_DSN___
25
25
26
26
And that's it! Now Sentry can capture errors automatically.
27
27
28
+ If you like additional contexts you could enable [ Screenshots] ( https://docs.sentry.io/platforms/unity/enriching-events/screenshots/ ) .
29
+
28
30
## Verify
29
31
30
32
Once it is configured with the DSN you can call the SDK from anywhere:
You can’t perform that action at this time.
0 commit comments