-1

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

Will it log the catched exceptions?

throw "bbbb"

Adam Lee
  • 24,710
  • 51
  • 156
  • 236

1 Answers1

2

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.

ehfeng
  • 3,807
  • 4
  • 33
  • 42