A Svelte application with Sentry integration for error tracking and performance monitoring.
Clone the repository
git clone https://github.com/Balavinayagapragathishsathish/sentry-svelte-app.git
cd sentry-svelte-app
Install dependencies
npm install
Create a .env
file in the root directory with your Sentry configuration:
VITE_SENTRY_DSN=your-sentry-dsn
SENTRY_AUTH_TOKEN=your-sentry-auth-token
Start the development server
npm run dev
This project uses Sentry for:
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production buildMIT