#Why do random releases show up on our dashboard?

1 messages · Page 1 of 1 (latest)

hushed zodiac
#

After we deployed project to production these releases started showing up? No one on my team pushed them and they are named strangely.
Any one run into this before?
Is there something wrong with my settings?

Nuxt project

clear granite
#

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

hushed zodiac
#

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!