UNPKG

react-native-sentry-gbmsimoes-fork

Version:
17 lines (11 loc) 324 B
import Sentry, {SentryLog, SentrySeverity} from '../lib/Sentry'; Sentry.config(null).install(); var options = { logLevel: SentryLog.Verbose }; Sentry.config('https://public@sentry.io/1', options).install(); Sentry.captureMessage("test"); Sentry.clearContext(); Sentry.captureBreadcrumb({ message: 'Message' });