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
Raven only handles tags and extra when reading RavenConfig. This makes it impossible to run Raven.setUser when raven is being loaded and configured asynchronously via RavenConfig.
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Raven only handles
tags
andextra
when readingRavenConfig
. This makes it impossible to runRaven.setUser
when raven is being loaded and configured asynchronously viaRavenConfig
.What is the desired behavior?
Include
user/userContext
in the list of properties that are merged into the_globalContext
This will allow integrations where
RavenConfig
is used to per-configure raven-js before Raven is loaded to include information about the current user.The text was updated successfully, but these errors were encountered: