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 be74c3a commit 00af4bcCopy full SHA for 00af4bc
samples/Sentry.Samples.Maui/MauiProgram.cs
@@ -17,6 +17,9 @@ public static MauiApp CreateMauiApp()
17
// If you want to see everything we can capture from MAUI, you may wish to use a larger value.
18
options.MaxBreadcrumbs = 1000;
19
20
+ // Be aware that screenshots may contain PII
21
+ options.AttachScreenshot = true;
22
+
23
options.Debug = true;
24
})
25
0 commit comments