1 2 3 4 5 6 7 8 9 10
import * as Sentry from '@sentry/browser'; Sentry.init({ dsn: sentrydsn, release: version, }); Sentry.setUser({ id: url, username: basepath, });