Offline sourcemaps not used

Sorry for late response but after 3 days of waiting I even forgot about this forum… I solved the issue by inspecting debug logs of sentry and I found out that I was not mounting the volume where uploaded files are stored in worker containers and they got the task to process those sourcemaps but they couldnt find them. So pay attention to run workers with the same docker configurations/environment/plugins as the master. Maybe docker readme should be more precise about that.

2 Likes