This integration allows you to connect to a Sentry project from your Worker to automcatically send errors and uncaught exceptions to Sentry with no code changes needed in the Workers application.
I see that Sentry will capture unhandled exceptions but I'm wondering if Sentry will also be notified for handled exceptions? I guess I'm confused what
send errors
send errors
means in the docs above.
I am hoping to enable this but unsure if that means I will need to bake in Sentry the old-fashioned way.