diff --git a/src/util/sentry.ts b/src/util/sentry.ts index 61599b8..312b7f3 100644 --- a/src/util/sentry.ts +++ b/src/util/sentry.ts @@ -1,4 +1,5 @@ import * as Sentry from '@sentry/node' +import '@sentry/tracing' import { inProduction } from './config' export const initializeSentry = () => {