Skip to content

Commit a5a2942

Browse files
Add @sentry/tracing import
1 parent 5d7fa6f commit a5a2942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/sentry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import * as Sentry from '@sentry/node'
2+
import '@sentry/tracing'
23
import { inProduction } from './config'
34

45
export const initializeSentry = () => {

0 commit comments

Comments
 (0)