Skip to content

Commit d345b18

Browse files
authored
Update Sentry DSN (#458)
1 parent c89a295 commit d345b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

App/MauiProgram.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static MauiApp CreateMauiApp()
3737
options.Dsn = "";
3838
#else
3939
// The DSN is the only required setting.
40-
options.Dsn = "https://85f9253e991b75cbe8aa958deddcc433@o4508635363278848.ingest.de.sentry.io/4511365353177168";
40+
options.Dsn = "https://97c1a76679b7f318e7a8b041622ebb5f@o4511854137966592.ingest.de.sentry.io/4511854157824080";
4141
#endif
4242

4343
#if DEBUG

0 commit comments

Comments
 (0)