Last active
October 14, 2017 12:53
-
-
Save surajair/e946291755060376189a354a538f8107 to your computer and use it in GitHub Desktop.
Sentry Tracking User
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Raven.setUserContext({ | |
email: '[email protected]', | |
id: '123' | |
}) | |
// call this function to rmeove the association. Normally call this when the user logs out. | |
Raven.setUserContext() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment