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 0325df4 commit 269dc71Copy full SHA for 269dc71
docs/platforms/javascript/guides/vue/features/pinia.mdx
@@ -3,7 +3,7 @@ title: Pinia
3
description: "Learn about Sentry's Pinia plugin."
4
---
5
6
-To capture Pinia state data, use `Sentry.createSentryPiniaPlugin` and add it to your Pinia store instance.
+To capture Pinia state data, use `Sentry.createSentryPiniaPlugin()` and add it to your Pinia store instance:
7
8
```javascript
9
import { createPinia } from 'pinia';
0 commit comments