Skip to content

Commit

Permalink
update sentry dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
zznty committed Oct 6, 2024
1 parent 02a6211 commit 4f474b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MusicX/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private static void SetupAnalytics()
#else
Environment = System.Version.TryParse(StaticService.Version, out _) ? "release" : "beta",
#endif
Dsn = "https://44305d462f604317a8f81e7b170eb025@glitchtip.zznty.ru/1",
Dsn = "https://4fa08f233778416a98210e27f558d049@glitchtip.zznty.ru/1",
IsGlobalModeEnabled = true,
AutoSessionTracking = true,
StackTraceMode = StackTraceMode.Enhanced
Expand Down

0 comments on commit 4f474b8

Please sign in to comment.