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 6da64d5 commit 9931698Copy full SHA for 9931698
integration-test/net9-maui/MauiProgram.cs
@@ -23,7 +23,7 @@ public static MauiApp CreateMauiApp()
23
24
options.SetBeforeBreadcrumb((breadcrumb, hint) =>
25
{
26
- if (breadcrumb.Data?.TryGetValue("action", out string action) == true && App.HasTestArg(action))
+ if (breadcrumb.Data?.TryGetValue("action", out var action) == true && App.HasTestArg(action))
27
28
SentrySdk.CaptureMessage(action, scope =>
29
0 commit comments