What are you trying to achieve and what is your issue? Please describe.
Hi,
We currently have many errors poping in our DataDog logs :
worker-src: 'blob' blocked by 'worker-src' directive [...] at <anonymous> @ chrome-extension:6973:32155
Describe the solution you'd like
As the chrome-extension code is always the same, I wonder to what it refers and if there is a way to find the Chrome Extension causing this issue ?
Hello @3htomit,
I don't know how to find the extension that generates this error. However if you want to ignore it, you would discard the error using the beforeSend API.
What are you trying to achieve and what is your issue? Please describe. Hi, We currently have many errors poping in our DataDog logs :
worker-src: 'blob' blocked by 'worker-src' directive [...] at <anonymous> @ chrome-extension:6973:32155
Describe the solution you'd like As the chrome-extension code is always the same, I wonder to what it refers and if there is a way to find the Chrome Extension causing this issue ?