Removed Problematic Sentry Integrations

This commit is contained in:
Ahmad 2024-12-28 00:27:03 -05:00
parent 7050de3512
commit 542405be98
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev --turbo",
"debug": "NODE_OPTIONS='--inspect' next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint && tsc --noemit",