I am new to Sentry service, I am wondering if Sentry will catch all the exceptions?
Will it log the catched exceptions?
throw "bbbb"
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.