You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: