Skip to content

Commit 269dc71

Browse files
Update docs/platforms/javascript/guides/vue/features/pinia.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 0325df4 commit 269dc71

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/guides/vue/features

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/vue/features/pinia.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Pinia
33
description: "Learn about Sentry's Pinia plugin."
44
---
55

6-
To capture Pinia state data, use `Sentry.createSentryPiniaPlugin` and add it to your Pinia store instance.
6+
To capture Pinia state data, use `Sentry.createSentryPiniaPlugin()` and add it to your Pinia store instance:
77

88
```javascript
99
import { createPinia } from 'pinia';

0 commit comments

Comments
 (0)