Skip to content

Commit 5e0710d

Browse files
authored
docs: Fix documentation to use named exports (#173)
1 parent 8cfbd35 commit 5e0710d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Example:
105105

106106
```ts
107107
// vite.config.ts
108-
import sentryVitePlugin from "@sentry/vite-plugin";
108+
import { sentryVitePlugin } from "@sentry/vite-plugin";
109109

110110
export default {
111111
plugins: [

0 commit comments

Comments
 (0)