Search code examples
sentry

How the getsentry log exceptions


I am new to Sentry service, I am wondering if Sentry will catch all the exceptions?

Will it log the catched exceptions?

throw "bbbb"


Solution

  • You can pass caught exceptions to Sentry, here's an example in python. Sentry also has dozens of clients that integrate with language frameworks to automatically capture exceptions.