Skip to content

Commit

Permalink
Fixed Sentry BreadCrum
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed Apr 14, 2021
1 parent 46f7314 commit 8340044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lurker/ClientLurker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ private void OnFileChanged(string newline)
Logger.Error(exception, exception.Message);

#if !DEBUG
SentrySdk.AddBreadcrumb(message: lineError, level: Sentry.Protocol.BreadcrumbLevel.Error);
SentrySdk.AddBreadcrumb(message: lineError, level: BreadcrumbLevel.Error);
SentrySdk.CaptureException(ex);
#endif
}
Expand Down

0 comments on commit 8340044

Please sign in to comment.