diff options
author | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-12-22 17:43:39 +0000 |
---|---|---|
committer | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-12-22 18:43:39 +0100 |
commit | 252051b95abb427f2bc8acf20de1c2b1fe64bcba (patch) | |
tree | b4e5317d8b84d075d7f221ca70fd27efb2d66d93 /api/package.json | |
parent | Improve build scripts, strip more fs-extras (diff) | |
download | server-252051b95abb427f2bc8acf20de1c2b1fe64bcba.tar.xz |
Add Sentry, fix compile errors
Diffstat (limited to 'api/package.json')
-rw-r--r-- | api/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/package.json b/api/package.json index 9701e12d..ab41b675 100644 --- a/api/package.json +++ b/api/package.json @@ -65,6 +65,8 @@ "@babel/preset-env": "^7.15.8", "@babel/preset-typescript": "^7.15.0", "@fosscord/util": "file:../util", + "@sentry/node": "^6.16.1", + "@sentry/tracing": "^6.16.1", "ajv": "8.6.2", "ajv-formats": "^2.1.1", "amqplib": "^0.8.0", |