All checks were successful
Frontend CI / build (push) Successful in 1m16s
- Added Sentry initialization in both client and server hooks. - Configured Sentry with environment variables for DSN and sampling rates. - Implemented error handling with Sentry in server hooks. - Updated environment configuration to include SENTRY_DSN. - Configured Vite to upload source maps to Sentry.
27 lines
257 B
Plaintext
27 lines
257 B
Plaintext
node_modules
|
|
|
|
# Output
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
/.svelte-kit
|
|
/build
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.test
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Sentry Config File
|
|
.env.sentry-build-plugin
|