diff options
Diffstat (limited to 'bundle/src/Server.ts')
-rw-r--r-- | bundle/src/Server.ts | 1 |
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, |