Hi I am trying to find a way how to integrate sent...
# ask-community
s
Hi I am trying to find a way how to integrate sentry with prefect, has anyone else done this or has been working with this setup?
m
I have written my own version
Sentry(Block)
, it works but it's a bit messy in Sentry because Prefect error trace is a bit verbose and I ended with multiple errors in Sentry for the same failed flow in Prefect. But it works, you can create your customer Sentry block and have a function with
sentry_sdk.init
🙌 1