summary refs log tree commit diff
path: root/bundle/src
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/src')
-rw-r--r--bundle/src/Server.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle/src/Server.ts b/bundle/src/Server.ts

index 57e8c63a..da810d9b 100644 --- a/bundle/src/Server.ts +++ b/bundle/src/Server.ts
@@ -73,6 +73,7 @@ async function main() { integrations: [ new Sentry.Integrations.Http({ tracing: true }), new Tracing.Integrations.Express({ app }), + new Tracing.Integrations.Mysql(), ], tracesSampleRate: Config.get().sentry.traceSampleRate, environment: Config.get().sentry.environment,