feat: with sentry node in dependensies and sentry dsn in index
Some checks failed
CI/CD / test (push) Failing after 9s
CI/CD / deploy (push) Failing after 34s

This commit is contained in:
Stepan Vladovskiy
2024-04-07 15:14:38 -03:00
parent bebfd46958
commit 4808d6d613
2 changed files with 13 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
"license": "MIT",
"dependencies": {
"@authorizerdev/authorizer-js": "^2.0.0",
"@hocuspocus/server": "^2.11.2"
"@hocuspocus/server": "^2.11.2",
"@sentry/node": "^6.14.0"
}
}