diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-11-10 22:32:21 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-11-11 00:19:58 +0100 |
| commit | 5750e4f4eb360ecda39b1568d903e71ae09e141f (patch) | |
| tree | 373e9e2c6a751a233289c8639d52c10efd68dd5d /frontend/package.json | |
| parent | d0e07a0fc06a83ed45dd7c491e1475e340aa564e (diff) | |
Add support for frontend error reporting via Sentry
This change sets up Sentry to collect errors that occur at the frontend.
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index 16732995..0cdce949 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,6 +18,8 @@ "private": true, "proxy": "http://localhost:8081", "dependencies": { + "@sentry/react": "^5.27.3", + "@sentry/tracing": "^5.27.3", "approximate-number": "~2.0.0", "bootstrap": "4.5.3", "classnames": "~2.2.5", |
