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 021dede commit be3464bCopy full SHA for be3464b
packages/remix/test/config/vite.test.ts
@@ -3,7 +3,7 @@ import * as os from 'os';
3
import * as path from 'path';
4
import type { Plugin, ResolvedConfig } from 'vite';
5
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
6
-import Sentry from '../../src';
+import * as Sentry from '../..';
7
import { sentryRemixVitePlugin } from '../../src/config/vite';
8
9
describe('sentryRemixVitePlugin', () => {
0 commit comments