We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39033d commit 9c7f232Copy full SHA for 9c7f232
static/app/gettingStartedDocs/unreal/unreal.tsx
@@ -43,6 +43,9 @@ void UMyGameInstance::ConfigureSentrySettings(USentrySettings* Settings)
43
// Add data like user ip address and device name
44
// See https://docs.sentry.io/platforms/unreal/data-management/data-collected/ for more info
45
Settings->SendDefaultPii = true;
46
+
47
+ // If your game/app doesn't have sensitive data, you can get screenshots on error events automatically
48
+ Settings->AttachScreenshot = true;
49
}
50
51
...
0 commit comments