Skip to content

Commit 2c771aa

Browse files
authored
fix: sentry import
1 parent 0d02f04 commit 2c771aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/middleware/sentry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { MiddlewareHandler } from 'hono';
22
import logger from '@/utils/logger';
33
import { config } from '@/config';
4-
import Sentry from '@sentry/node';
4+
import * as Sentry from '@sentry/node';
55
import { getRouteNameFromPath } from '@/utils/helpers';
66

77
if (config.sentry.dsn) {

0 commit comments

Comments
 (0)