Skip to content

Commit

Permalink
add sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7d8 committed Jan 2, 2025
1 parent 0a3913d commit deadc3b
Show file tree
Hide file tree
Showing 5 changed files with 780 additions and 16 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.4.0",
"version": "1.4.1",
"scripts": {
"build": "rm -rf lib && esbuild `find src \\( -name '*.ts' -o -name '*.tsx' \\)` --platform='node' --sourcemap --ignore-annotations --format='cjs' --target='es2022' --outdir='lib' && esbuild src/index.ts --platform='node' --sourcemap --ignore-annotations --format='cjs' --target='es2022' --outdir='lib' --banner:js='require(\"module-alias\").addAlias(\"@\", __dirname);'",
"kit": "drizzle-kit",
Expand All @@ -12,7 +12,9 @@
"license": "ISC",
"dependencies": {
"@rjweb/runtime-node": "^1.1.1",
"@rjweb/sentry": "^2.1.5",
"@rjweb/utils": "^1.12.27",
"@sentry/node": "^8.47.0",
"ansi-colors": "^4.1.3",
"drizzle-kit": "^0.28.1",
"drizzle-orm": "^0.36.4",
Expand All @@ -23,7 +25,7 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"@types/node-cron": "^3.0.11",
"@types/pg": "^8.11.10",
"esbuild": "^0.24.2",
Expand Down
Loading

0 comments on commit deadc3b

Please sign in to comment.