mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-08 10:58:33 +03:00
Update Sentry DSN in Svelte code
- changes data source desktop -> js-app
This commit is contained in:
parent
cf25e905a5
commit
3d74940111
@ -5,7 +5,7 @@ import { PUBLIC_SENTRY_ENVIRONMENT } from '$env/static/public';
|
||||
|
||||
init({
|
||||
enabled: !dev,
|
||||
dsn: 'https://9d407634d26b4d30b6a42d57a136d255@o4504644069687296.ingest.sentry.io/4504649768108032',
|
||||
dsn: 'https://a35bbd6688a3a8f76e4956c6871f414a@o4504644069687296.ingest.sentry.io/4505976067129344',
|
||||
environment: PUBLIC_SENTRY_ENVIRONMENT,
|
||||
tracesSampleRate: 1.0
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user