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
Is there a problem with putting everything on the global namespace? Because people can run multiple JavaScript apps in the frontend, and they may want to report them as separate apps?
If we go with the global way, this won't be supported, which isn't bad, but it's something to keep in mind.
Like issue appsignal/appsignal-nodejs#503 for Node.js, make the client available globally. For JavaScript that would be
window
probably.Let's discuss the best way to implement this.
The text was updated successfully, but these errors were encountered: