#Why do random releases show up on our dashboard?
1 messages · Page 1 of 1 (latest)
hi, this is likely coming from chrome extensions that are not properly using our SDK as described here: https://docs.sentry.io/platforms/javascript/best-practices/shared-environments/. So essentially those extensions initialize the SDK globally and leak events/data into your DSN when your website is open alongside the extensions
Learn how to use Sentry in shared environments (for example in browser extensions or VSCode extensions).
Thanks for the reply, is there any way to filter out these events, if this is in the docs feel free to say so I will read them throughly!