|
12 | 12 |
|
13 | 13 | <Image |
14 | 14 | Source="dotnet_bot.png" |
| 15 | + sentry:SessionReplay.Mask="Unmask" |
15 | 16 | SemanticProperties.Description="Cute dot net bot waving hi to you!" |
16 | 17 | HeightRequest="200" |
17 | 18 | HorizontalOptions="Center" /> |
|
32 | 33 | <Button |
33 | 34 | x:Name="CounterBtn" |
34 | 35 | Text="Click me" |
35 | | - sentry:SessionReplay.Mask="Unmask" |
36 | 36 | SemanticProperties.Hint="Counts the number of times you click." |
37 | 37 | Clicked="OnCounterClicked" |
38 | 38 | HorizontalOptions="Center" /> |
39 | 39 |
|
40 | 40 | <Button |
41 | 41 | x:Name="ThrowAndCaptureBtn" |
42 | 42 | Text="Throw and Capture Exception" |
43 | | - sentry:SessionReplay.Mask="Unmask" |
44 | 43 | SemanticProperties.Hint="Throws an exception and captures it." |
45 | 44 | Clicked="OnCapturedExceptionClicked" |
46 | 45 | HorizontalOptions="Center" /> |
47 | 46 |
|
48 | 47 | <Button |
49 | 48 | x:Name="ThrowUnhandledBtn" |
50 | 49 | Text="Throw Unhandled .NET Exception (Crash)" |
51 | | - sentry:SessionReplay.Mask="Unmask" |
52 | 50 | SemanticProperties.Hint="Throws an unhandled .NET exception, crashing the app." |
53 | 51 | Clicked="OnUnhandledExceptionClicked" |
54 | 52 | HorizontalOptions="Center" /> |
55 | 53 |
|
56 | 54 | <Button |
57 | 55 | x:Name="ThrowBackgroundUnhandledBtn" |
58 | 56 | Text="Throw Unhandled .NET Exception on Background Thread (Crash)" |
59 | | - sentry:SessionReplay.Mask="Unmask" |
60 | 57 | SemanticProperties.Hint="Throws an unhandled .NET exception on a background thread, crashing the app." |
61 | 58 | Clicked="OnBackgroundThreadUnhandledExceptionClicked" |
62 | 59 | HorizontalOptions="Center" /> |
63 | 60 |
|
64 | 61 | <Button |
65 | 62 | x:Name="JavaCrashBtn" |
66 | 63 | Text="Throw Java Exception (Crash)" |
67 | | - sentry:SessionReplay.Mask="Unmask" |
68 | 64 | SemanticProperties.Hint="Throws an unhandled Java exception, crashing the app." |
69 | 65 | Clicked="OnJavaCrashClicked" |
70 | 66 | HorizontalOptions="Center" /> |
71 | 67 |
|
72 | 68 | <Button |
73 | 69 | x:Name="NativeCrashBtn" |
74 | 70 | Text="Cause Native Crash" |
75 | | - sentry:SessionReplay.Mask="Unmask" |
76 | 71 | SemanticProperties.Hint="Performs an invalid native operation, crashing the app." |
77 | 72 | Clicked="OnNativeCrashClicked" |
78 | 73 | HorizontalOptions="Center" /> |
79 | 74 |
|
80 | 75 | <Button |
81 | 76 | x:Name="FeedbackBtn" |
82 | 77 | Text="Submit Feedback" |
83 | | - sentry:SessionReplay.Mask="Unmask" |
84 | 78 | SemanticProperties.Hint="Provides a form that can be used to capture open feedback from the user." |
85 | 79 | Clicked="OnFeedbackClicked" |
86 | 80 | HorizontalOptions="Center" /> |
|
0 commit comments