Beispiel #1
0
 private static void OnLoaded(object sender, RoutedEventArgs e)
 {
     AssistantOptions.OnWindowLoaded();
     SentrySdk.Init(new SentryOptions {
         Dsn = Settings.Default.SentryDsn, BeforeSend = SentryBeforeSend
     });
 }
 private static void OnLoaded(object sender, RoutedEventArgs e)
 {
     AssistantOptions.OnWindowLoaded();
     ExceptionlessClient.Default.Configuration.SetUserIdentity(AssistantOptions.UserId, AssistantOptions.UserId);
     ExceptionlessClient.Default.Configuration.UseSessions(true);
     ExceptionlessClient.Default.Configuration.DefaultData.Add("Locale", Thread.CurrentThread?.CurrentUICulture?.Name);
     ExceptionlessClient.Default.Startup("T8v0i7nL90cVRc4sr2pgo5hviThMPRF3OtQ0bK60");
 }
 private static void OnLoaded(object sender, RoutedEventArgs e)
 {
     AssistantOptions.OnWindowLoaded();
     SentrySdk.Init(new SentryOptions
     {
         Dsn        = new Dsn("https://[email protected]/5325425"),
         BeforeSend = SentryBeforeSend
     });
 }
 private static void OnLoaded(object sender, RoutedEventArgs e)
 {
     AssistantOptions.OnWindowLoaded();
 }