fix: sentry import
This commit is contained in:
parent
0d02f04a44
commit
2c771aa0f6
|
|
@ -1,7 +1,7 @@
|
|||
import { MiddlewareHandler } from 'hono';
|
||||
import logger from '@/utils/logger';
|
||||
import { config } from '@/config';
|
||||
import Sentry from '@sentry/node';
|
||||
import * as Sentry from '@sentry/node';
|
||||
import { getRouteNameFromPath } from '@/utils/helpers';
|
||||
|
||||
if (config.sentry.dsn) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue