Skip to content

Commit

Permalink
Add @sentry/tracing import
Browse files Browse the repository at this point in the history
  • Loading branch information
valtterikantanen committed Feb 14, 2024
1 parent 5d7fa6f commit a5a2942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/sentry.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as Sentry from '@sentry/node'
import '@sentry/tracing'
import { inProduction } from './config'

export const initializeSentry = () => {
Expand Down

0 comments on commit a5a2942

Please sign in to comment.