Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
159
Issues
159
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Compare Revisions
763e04f2b44e4b057a3265589ace2d258e91911d...e2be598a88737d68c0de58ef417c39d5569324a9
Source
e2be598a88737d68c0de58ef417c39d5569324a9
Select Git revision
...
Target
763e04f2b44e4b057a3265589ace2d258e91911d
Select Git revision
Compare
Commits (2)
(feat) change sentry dsn
· 67ca837b
Martin Santangelo
authored
2 hours ago
67ca837b
Merge branch 'feat/change-sentry-dsn' into 'release/3.10.1'
· e2be598a
Brian Hatchet
authored
31 minutes ago
Change sentry DSN See merge request
!378
e2be598a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AppErrors.js
AppErrors.js
+1
-1
No files found.
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://
d650fc58f2da4dc8ae9d95847bce152d@sentry.io/1538735
'
,
dsn
:
'
https://
16c9b543563140a0936cc3cd3714481d@sentry.io/1766867
'
,
ignoreErrors
:
[
'
Non-Error exception captured with keys: code, domain, localizedDescription
'
,
// ignore initial error of sdk
],
...
...
This diff is collapsed.
Click to expand it.