Skip to content

Commit

Permalink
fix: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ebina4yaka committed May 15, 2024
1 parent 59528a7 commit 773502c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/instrument.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Sentry from '@sentry/node'
// biome-ignore lint/style/noNamespaceImport: <explanation>
import * as Sentry from '@sentry/node'
import { nodeProfilingIntegration } from '@sentry/profiling-node'

Sentry.init({
Expand Down

0 comments on commit 773502c

Please sign in to comment.