From 252051b95abb427f2bc8acf20de1c2b1fe64bcba Mon Sep 17 00:00:00 2001 From: The Arcane Brony Date: Wed, 22 Dec 2021 17:43:39 +0000 Subject: Add Sentry, fix compile errors --- bundle/package.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bundle/package.json') diff --git a/bundle/package.json b/bundle/package.json index 17d59a25..97066bd8 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -59,6 +59,12 @@ "@aws-sdk/node-http-handler": "^3.36.0", "@babel/preset-env": "^7.15.8", "@babel/preset-typescript": "^7.15.0", + "@fosscord/api": "file:../api", + "@fosscord/cdn": "file:../cdn", + "@fosscord/gateway": "file:../gateway", + "@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", @@ -95,6 +101,7 @@ "reflect-metadata": "^0.1.13", "sqlite3": "^5.0.2", "supertest": "^6.1.6", + "tslib": "^2.3.1", "typeorm": "^0.2.37", "typescript": "^4.1.2", "typescript-json-schema": "^0.50.1", -- cgit 1.4.1