add sentry

This commit is contained in:
2026-02-15 20:24:15 -08:00
parent 0a56992095
commit 8968a5038d
9 changed files with 495 additions and 13 deletions

View File

@@ -7,6 +7,16 @@ const config = {
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter(),
experimental: {
tracing: {
server: true,
},
instrumentation: {
server: true,
},
},
},
};