feat: 解决build bug

This commit is contained in:
qier222 2022-04-02 00:45:20 +08:00
parent 46fe2d734e
commit e99c4833f7
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
47 changed files with 1236 additions and 611 deletions

View file

@ -3,7 +3,7 @@ import * as Tracing from '@sentry/tracing'
import pkg from '../../package.json'
import logger from './logger'
logger.info(`[sentry] init sentry`)
logger.info(`[sentry] sentry initializing`)
Sentry.init({
dsn: 'https://2aaaa67f1c3d4d6baefafa5d58fcf340@o436528.ingest.sentry.io/6274637',
@ -15,3 +15,5 @@ Sentry.init({
// We recommend adjusting this value in production
tracesSampleRate: 1.0,
})
logger.info(`[sentry] sentry initialized`)