Skip to content

Commit

Permalink
Fixed usings
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed Mar 18, 2020
1 parent 1a02b72 commit 8f1d604
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 @@ -441,7 +441,7 @@ private void OnFileChanged(string newline)
Logger.Error(exception, exception.Message);

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

0 comments on commit 8f1d604

Please sign in to comment.