C#/WPF

[WPF] Sentry.io

딸기우유중독 2024. 8. 22. 15:11

 

 

 

 

 

누겟 설치

 

 

app.cs 

StartUp

 

이벤트 보내는 주소

 

options.Debug  디폴트값 false;

 

 

예외 사용

 

 

 

이슈 로그

 

 

 


 

https://docs.sentry.io/platforms/dotnet/guides/wpf/

 

WPF | Sentry for Wpf

Learn more about how Sentry's .NET SDK works with Windows Presentation Foundation (WPF) applications.

docs.sentry.io

 

 


 

SentryExtention.cs
0.01MB

 

 

try catch 처리가 안된 UnhandledException 이벤트 발생한 경우 CaptureException 호출.

오프라인 Exception Report 있을 시 SendOfflineExceptionsIfOnline 에서  Sentry Report

 

 

AddAttachment 로 파일 첨부

IsOnline 상태에 따라 파일 저장 or Sentry Report

 

 

사용법

 

 

 

728x90