Answers for "sentry configure scope"

0

sentry configure scope

Sentry.configureScope(function(scope) {
  scope.setTag("my-tag", "my value");
  scope.setUser({
    id: 42,
    email: "[email protected]",
  });
});
Posted by: Guest on April-25-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language