Created
September 29, 2019 15:57
-
-
Save riccardogiorato/7408bd95690726697d35382abe0479a2 to your computer and use it in GitHub Desktop.
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
Sentry.configureScope(function(scope) { | |
scope.setUser({"email": "[email protected]"}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment