feat(config): 🧑‍💻 Add custom tracing URL support to Sentry config

This commit is contained in:
Jesse Wierzbinski 2024-07-26 00:02:48 +02:00
parent 7d1522cc1e
commit bc25896ed8
No known key found for this signature in database
6 changed files with 18 additions and 1 deletions

View file

@ -37,6 +37,7 @@
"wc": "find server database *.ts docs packages types utils drizzle tests -type f -print0 | wc -m --files0-from=-",
"cli": "bun run cli/index.ts",
"prune": "ts-prune | grep -v server/ | grep -v dist/ | grep -v '(used in module)'",
"schema:generate": "bun run packages/config-manager/json-schema.ts > config/config.schema.json",
"check": "bunx tsc -p .",
"prepare": "bunx husky"
},