Skip to content

Commit

Permalink
Merge pull request #7 from startstack-io/chore/sentry-update
Browse files Browse the repository at this point in the history
update sentry, use turbo
  • Loading branch information
collinschaafsma authored Oct 26, 2024
2 parents e690c47 + 9a262f5 commit 9797c23
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 97 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ NEXT_PUBLIC_SENTRY_DSN=
SENTRY_AUTH_TOKEN=
SENTRY_ORG=
SENTRY_PROJECT=
SENTRY_SUPPRESS_TURBOPACK_WARNING=1
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev --turbo",
"build": "next build",
"vercel-build": "tsx drizzle/migrate.ts && next build",
"start": "next start",
Expand All @@ -27,7 +27,7 @@
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tooltip": "1.1.1",
"@sentry/nextjs": "^8.34.0",
"@sentry/nextjs": "^8.35.0",
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.3.0",
"@vercel/postgres": "^0.9.0",
Expand All @@ -36,6 +36,7 @@
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"import-in-the-middle": "^1.11.2",
"lucide-react": "^0.436.0",
"nanoid": "^5.0.7",
"next": "15.0.0",
Expand All @@ -48,6 +49,7 @@
"react-error-boundary": "^4.0.13",
"react-is": "19.0.0-rc-65a56d0e-20241020",
"recharts": "2.13.0-alpha.5",
"require-in-the-middle": "^7.4.0",
"resend": "^4.0.0",
"server-only": "^0.0.1",
"stripe": "^16.8.0",
Expand Down
Loading

0 comments on commit 9797c23

Please sign in to comment.