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 b9c5ee7 commit a5b2888Copy full SHA for a5b2888
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