Error Monitoring for .NET MAUI with Sentry

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 8

  • @duongpham1624
    @duongpham1624 Рік тому +3

    It's great for developers to find bugs or issues.

  • @fieryscorpion
    @fieryscorpion 2 роки тому +2

    Wow, Sentry looks pretty neat!
    A quick question: Is Application Insights comparable to Sentry? What's the difference between them?
    Thanks!

    • @brunogarcia7899
      @brunogarcia7899 Рік тому

      Sentry supports native crashes Java/Kotlin/NDK on Android, and Objective-C/Swift on iOS, ProGuard, and C# line numbers in production/release apps for Android

  • @mmmmkkk
    @mmmmkkk 3 місяці тому

    but does it also note handled exceptions? or then it needs to be manually registered via explicit call?

    • @brungarc
      @brungarc 2 місяці тому

      Handled exceptions by definition mean you had to handled them. Either via a try catch or with some callback like FirstChanceException. The Sentry SDK allows you to capture exceptions programatically in those cases. Just call SentrySdk.CaptureException, or use a logging integration (logger.LogError that forwards to Sentry).

  • @S3Kglitches
    @S3Kglitches 2 роки тому +1

    what if you are offline?

    • @brunogarcia7899
      @brunogarcia7899 Рік тому

      It stored on the device and tries to send again later

  • @davefb
    @davefb 2 місяці тому +1

    Laughs inside... "we can show you the documentation". Yeah, the currently very out of date documentation .
    Still looks promising and integrated very easily. (replacing appcenter)