Issue
My browser extension is using the global scope. Is it really necessary for me to NOT use the global scope?
Applies To
- All SaaS Customers and Self-Hosted Users
- Javascript SDK Setup
Resolution
Yes, we do recommend not using a global scope. Especially in the case where a website is using Sentry, having two instances of Sentry will complicate things and cause events to not be reported correctly, so it is necessary to separate them.
Please make sure you are setting up Sentry as instructed here.