diff --git a/worker/job-handlers.ts b/worker/job-handlers.ts index b7eb18e2a..5e779e771 100644 --- a/worker/job-handlers.ts +++ b/worker/job-handlers.ts @@ -35,7 +35,7 @@ async function runIfNotAlreadyRunning( runningJobs.add(jobId); Sentry.configureScope((scope) => { - scope.setTransactionName(`POST /${id}`); + scope.setTransactionName(`POST /${jobId}`); }); console.time(jobId);