-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
19 lines (14 loc) · 814 Bytes
/
.env.example
File metadata and controls
19 lines (14 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Environment Variables for WebcamMap
# Sentry Configuration (Required for production error tracking)
# Get your DSN from https://sentry.io/settings/projects/your-project/keys/
VITE_SENTRY_DSN=https://your-sentry-dsn@sentry.io/your-project-id
# Sentry Organization (Required for source maps upload in production builds)
SENTRY_ORG=your-org-name
# Sentry Project (Required for source maps upload in production builds)
SENTRY_PROJECT=your-project-name
# Sentry Auth Token (Required for source maps upload in production builds)
# Generate at: https://sentry.io/settings/account/api/auth-tokens/
# Needs: project:releases, project:write, org:read
SENTRY_AUTH_TOKEN=your-auth-token
# Note: Only VITE_* prefixed variables are exposed to the client-side code
# Other variables are only used during the build process