We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409cc0e commit ef90b9fCopy full SHA for ef90b9f
packages/remix/src/index.server.ts
@@ -1,5 +1,5 @@
1
/* eslint-disable import/export */
2
-import { NodeOptions } from '@sentry/node';
+import type { NodeOptions } from '@sentry/node';
3
import { configureScope, getCurrentHub, init as nodeInit } from '@sentry/node';
4
import { logger } from '@sentry/utils';
5
0 commit comments