Right now, we wrap all task code in a Sentry scope of task (code here). However, as @alxndrsn writes, this "makes searching for errors with specific tasks harder". This issue is to update the task code such that Sentry can associate reports with the specific task that failed.
Right now, we wrap all task code in a Sentry scope of
task(code here). However, as @alxndrsn writes, this "makes searching for errors with specific tasks harder". This issue is to update the task code such that Sentry can associate reports with the specific task that failed.