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
Kevin Kho
05/11/2021, 1:37 PM
Hi @Fabrice Toussaint! I have not done it but I think you should try initializing this inside a task and see if that works.