https://dagster.io/ logo
#ask-community
Title
# ask-community
j

Josh Alexy

02/07/2023, 11:44 PM
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
s

Simon Frid

03/25/2023, 3:46 AM
@Josh Alexy is your implementation similar to this one? https://github.com/dagster-io/dagster/discussions/11102
5 Views