mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
feat(config): 🧑💻 Add custom tracing URL support to Sentry config
This commit is contained in:
parent
7d1522cc1e
commit
bc25896ed8
6 changed files with 18 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue