Hi everyone, Can someone explain to me how I inte...
# ask-community
f
Hi everyone, Can someone explain to me how I integrate Sentry with Prefect? Do I need to initialize it in each flow or? Just adding it to my .py files does not work unfortunately when the flow is being registered. Sentry: https://docs.sentry.io/platforms/python/
k
Hi @Fabrice Toussaint! I have not done it but I think you should try initializing this inside a task and see if that works.
f
@Kevin Kho thank you! I will try that 🙂
Doesnt seem to work this way
@Kevin Kho
I do get an error in the flow but none on Sentry
k
What is your error?