Skip to content

Commit

Permalink
Improved sentry logging
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorgullmark committed Oct 22, 2021
1 parent 689e906 commit 96edeca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ExilenceNextApp/electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ if (!isDev) {
ignoreErrors: [
'Request failed',
'net::',
'Network Error',
'HttpError',
'https://www.pathofexile.com',
'https://api.pathofexile.com',
'https://poe.ninja',
Expand Down
2 changes: 2 additions & 0 deletions ExilenceNextApp/src/config/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ function initSentry() {
ignoreErrors: [
'Request failed',
'net::',
'Network Error',
'HttpError',
AppConfig.pathOfExileUrl,
AppConfig.pathOfExileApiUrl,
AppConfig.poeNinjaBaseUrl,
Expand Down

0 comments on commit 96edeca

Please sign in to comment.