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 006c45b commit a30b3e2Copy full SHA for a30b3e2
packages/react-router/README.md
@@ -152,9 +152,7 @@ Update your vite.config.ts file to include the `sentryReactRouter` plugin and al
152
```ts
153
import { reactRouter } from '@react-router/dev/vite';
154
import { sentryReactRouter } from '@sentry/react-router';
155
-import tailwindcss from '@tailwindcss/vite';
156
import { defineConfig } from 'vite';
157
-import tsconfigPaths from 'vite-tsconfig-paths';
158
159
const sentryConfig = {
160
authToken: '...',
0 commit comments