Skip to content

Commit 7aaa9e4

Browse files
authored
Merge pull request #84 from math280h/feat/update-sentry
feat(monitoring): Update sentry integration and use fastify setup
2 parents a5ddb80 + f9465ef commit 7aaa9e4

4 files changed

Lines changed: 817 additions & 70 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"license": "AGPL-3.0-or-later",
66
"main": "src/index.js",
77
"scripts": {
8-
"start": "NODE_ENV=development tsx src/index.ts",
9-
"production": "NODE_ENV=production tsx src/index.ts",
8+
"start": "cross-env NODE_ENV=development tsx src/index.ts",
9+
"production": "cross-env NODE_ENV=production tsx src/index.ts",
1010
"serve": "tsx src/index.ts",
1111
"migrate": "tsx scripts/migrate.ts",
1212
"migrate:undo": "tsx scripts/migrate.ts --down"
@@ -16,7 +16,7 @@
1616
"@fastify/passport": "^2.4.0",
1717
"@fastify/reply-from": "^9.7.0",
1818
"@fastify/secure-session": "^7.5.1",
19-
"@sentry/node": "^7.76.0",
19+
"@sentry/node": "^10.49.0",
2020
"axios": "1.6.0",
2121
"date-fns": "^2.30.0",
2222
"dotenv": "^16.3.1",
@@ -36,6 +36,7 @@
3636
"@types/node": "^20.12.7",
3737
"@types/passport-github": "^1.1.11",
3838
"@types/passport-oauth2": "^1.4.17",
39+
"cross-env": "^10.1.0",
3940
"eslint": "^8.52.0",
4041
"prettier": "^3.0.3",
4142
"sequelize-cli": "^6.6.1",

0 commit comments

Comments
 (0)