setUser static method
Implementation
static void setUser(String userId) {
if (!Sentry.isEnabled) return;
Sentry.configureScope((scope) => scope.setUser(SentryUser(id: userId)));
}
static void setUser(String userId) {
if (!Sentry.isEnabled) return;
Sentry.configureScope((scope) => scope.setUser(SentryUser(id: userId)));
}