How do you use Sentry?
Sentry Saas (sentry.io)
Version
2.23.1
Steps to Reproduce
- Add sentry to python dataflow job
- Add try catch to process on a DoFn
- inside of catch, capture_Exception
- set dataflow job as stream in GCP
- Deploy dataflow job to cloud runner
- send event that will trigger exception
Expected Result
Error exception is sent to Sentry
Actual Result
Sentry does not get an exception.