mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: updates
This commit is contained in:
parent
884f3df41a
commit
c6c59b2cd9
84 changed files with 3531 additions and 2616 deletions
|
|
@ -22,6 +22,7 @@ import { QueryClientProvider } from '@tanstack/react-query'
|
|||
import reactQueryClient from '@/web/utils/reactQueryClient'
|
||||
import React from 'react'
|
||||
import './i18n/i18n'
|
||||
import { appName } from './utils/const'
|
||||
|
||||
ReactGA.initialize('G-KMJJCFZDKF')
|
||||
|
||||
|
|
@ -38,7 +39,7 @@ Sentry.init({
|
|||
),
|
||||
}),
|
||||
],
|
||||
release: `yesplaymusic@${pkg.version}`,
|
||||
release: `${appName}@${pkg.version}`,
|
||||
environment: import.meta.env.MODE,
|
||||
|
||||
// Set tracesSampleRate to 1.0 to capture 100%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue