mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: 解决build bug
This commit is contained in:
parent
46fe2d734e
commit
e99c4833f7
47 changed files with 1236 additions and 611 deletions
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue