anyone ever used something like sentry etc for error monitoring? what's the best way to go about catching errors and alerting?
I basically just ended up making a decorator that wraps in an exception handler then sends it off to sentry, but probably an easier way to do that
s
sean
02/08/2023, 1:29 PM
Hi Josh, Thanks for the question. I’m not familiar with sentry-- what Dagster entity are you wrapping? Ops?
j
Josh Alexy
02/08/2023, 3:17 PM
Yeah, assets so essentially OPs
sentry is similar to new relic, etc. catches unhandled errors and alerts.
It’s less focused on performance characteristics like datadog, and more focused on mapping to particular errors in the pipeline