Exemplo n.º 1
0
 public static void Init(Version version)
 {
     SentryManager.Init(version);
     YandexMetricaManager.Init(version);
 }
Exemplo n.º 2
0
 public static void FatalError(string message, Exception exception)
 {
     SentryManager.FatalError(message, exception);
 }
Exemplo n.º 3
0
 public static void Event(string message)
 {
     SentryManager.Event(message);
 }
Exemplo n.º 4
0
 public static void Error(string message, Exception exception, IEnumerable <KeyValuePair <string, string> > extraTags = null)
 {
     SentryManager.Error(message, exception, extraTags);
 }