From 773502c6f6f20bc61f537053d585f0df8ef6225e Mon Sep 17 00:00:00 2001 From: ebina4yaka Date: Thu, 16 May 2024 08:17:23 +0900 Subject: [PATCH] fix: fix path --- src/instrument.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/instrument.js b/src/instrument.js index a76b1f3..eea0429 100644 --- a/src/instrument.js +++ b/src/instrument.js @@ -1,4 +1,5 @@ -import Sentry from '@sentry/node' +// biome-ignore lint/style/noNamespaceImport: +import * as Sentry from '@sentry/node' import { nodeProfilingIntegration } from '@sentry/profiling-node' Sentry.init({