The wizwar Sentry project goes live: DSN into service and bundle
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015RCWSTnb1KYTPyL4GmhGnF
This commit is contained in:
co-authored by
Claude Fable 5
parent
b06da1f1f1
commit
a66b058c68
@@ -11,6 +11,7 @@ Environment=PORT=8787
|
|||||||
Environment=HOST=127.0.0.1
|
Environment=HOST=127.0.0.1
|
||||||
Environment=WIZWAR_DATA_DIR=/var/lib/wizwar/rooms
|
Environment=WIZWAR_DATA_DIR=/var/lib/wizwar/rooms
|
||||||
Environment=WIZWAR_STATIC_DIR=/opt/wizwar/packages/web/dist
|
Environment=WIZWAR_STATIC_DIR=/opt/wizwar/packages/web/dist
|
||||||
|
Environment=SENTRY_DSN=https://a47ea012dff08b52dd230a95ccbe7414@o4509525984149504.ingest.us.sentry.io/4512011462049793
|
||||||
ExecStart=/opt/wizwar/node_modules/.bin/tsx src/index.ts
|
ExecStart=/opt/wizwar/node_modules/.bin/tsx src/index.ts
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=3
|
RestartSec=3
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
# Sentry browser DSN — public by design (it ships in every bundle).
|
||||||
|
VITE_SENTRY_DSN=https://a47ea012dff08b52dd230a95ccbe7414@o4509525984149504.ingest.us.sentry.io/4512011462049793
|
||||||
Reference in New Issue
Block a user