Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
(feat) change sentry dsn
· 67ca837b
Martin Santangelo
authored
Oct 01, 2019
67ca837b
Merge branch 'feat/change-sentry-dsn' into 'release/3.10.1'
· e2be598a
Brian Hatchet
authored
Oct 01, 2019
Change sentry DSN See merge request
!378
e2be598a
Hide whitespace changes
Inline
Side-by-side
AppErrors.js
View file @
e2be598a
...
...
@@ -17,7 +17,7 @@ import { isApiError } from './src/common/services/api.service';
// Init Sentry (if not running test)
if
(
process
.
env
.
JEST_WORKER_ID
===
undefined
)
{
Sentry
.
init
({
dsn
:
'
https://
d650fc58f2da4dc8ae9d95847bce152
d@sentry.io/1
538735
'
,
dsn
:
'
https://
16c9b543563140a0936cc3cd3714481
d@sentry.io/1
766867
'
,
ignoreErrors
:
[
'
Non-Error exception captured with keys: code, domain, localizedDescription
'
,
// ignore initial error of sdk
],
...
...