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
The problem is that the API docs are for the version 1.1.16, where the setUserContext method is documented. If you'll install a version from npm, it will throw an error.
v1.1.16 breaks API in comparison to v1.1.11
Compare: https://github.com/getsentry/raven-js/blob/1.1.11/src/raven.js#L279 vs https://github.com/getsentry/raven-js/blob/1.1.16/src/raven.js#L280
This should not happen in patch version but in a major one so the builds using npm or other package managers doesn't break.
The text was updated successfully, but these errors were encountered: