DataDog / browser-sdk

Datadog Browser SDK
Apache License 2.0
305 stars 134 forks source link

🗒 Chrome-Extension : errors from 'blob' to be sent to <anonymous> #3112

Open 3htomit opened 1 week ago

3htomit commented 1 week ago

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 ?

amortemousque commented 1 week ago

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.