Skip to content

Commit

Permalink
Update sentry config, fix server_version tag (#894)
Browse files Browse the repository at this point in the history
* Set `server_version` sentry tag in ErrorBoundary instead of login page

* Replace deprecations in sentry config

* Add `captureConsoleIntegration` to sentry
  • Loading branch information
harshithmohan authored May 4, 2024
1 parent efe721e commit d9161f3
Show file tree
Hide file tree
Showing 5 changed files with 4,590 additions and 3,645 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^8.0.0",
"@reduxjs/toolkit": "^2.2.3",
"@sentry/browser": "^7.110.1",
"@sentry/react": "^7.110.1",
"@sentry/browser": "^7.113.0",
"@sentry/react": "^7.113.0",
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-query-devtools": "^5.29.2",
"@tanstack/react-virtual": "^3.3.0",
Expand Down
Loading

0 comments on commit d9161f3

Please sign in to comment.