修改批量运行任务逻辑

This commit is contained in:
whyour
2021-12-24 23:31:11 +08:00
parent 2e6ca5419d
commit 58cd05fd09
4 changed files with 44 additions and 7 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ import * as Sentry from '@sentry/react';
import { Integrations } from '@sentry/tracing';
Sentry.init({
dsn: 'https://ea2fede373244db99c536210b910d9da@o1051273.ingest.sentry.io/6047851',
dsn: 'https://3406424fb1dc4813a62d39e844a9d0ac@o1098464.ingest.sentry.io/6122818',
integrations: [new Integrations.BrowserTracing()],
release: version,
tracesSampleRate: 1.0,