summary refs log tree commit diff
path: root/bundle/src
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-23 12:10:36 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-23 12:10:36 +1000
commitb1933bb1ce5c33c335e03ff4294d28e3f21d8e7b (patch)
treea8a541910946e90375d15068636ab9c1b9807b57 /bundle/src
parentSentry gateway tracking (diff)
downloadserver-b1933bb1ce5c33c335e03ff4294d28e3f21d8e7b.tar.xz
Add mysql sentry integration
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,