Skip to content

Commit 230c836

Browse files
authored
maui - screenshots | adding more details to SetBeforeScreenshotCapture
1 parent 1eeb743 commit 230c836

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform-includes/enriching-events/attach-screenshots/dotnet.maui.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ var builder = MauiApp.CreateBuilder()
77
options.AttachScreenshot = true;
88

99
// Set a Before Screenshot capture callback to execute some code before the screenshot is taken
10+
// This option is optional. if not set, the screenshots will be captured and sent.
1011
options.SetBeforeScreenshotCapture((@event, hint) =>
1112
{
1213
//

0 commit comments

Comments
 (0)