We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97c324 commit dca9d06Copy full SHA for dca9d06
packages/react-router/src/vite/sourceMaps.ts
@@ -1,6 +1,6 @@
1
+import { consoleSandbox } from '@sentry/core';
2
import type { Plugin, UserConfig } from 'vite';
3
import type { SentryReactRouterPluginOptions } from './types';
-import { consoleSandbox } from '@sentry/core';
4
5
/**
6
* A Sentry plugin for React Router to enable "hidden" source maps if they are unset.
0 commit comments