feat: add Sentry Pinia plugin for Vue error tracking
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
import { createSentryPiniaPlugin } from '@sentry/vue'
|
||||||
|
|
||||||
|
export default defineNuxtPlugin(({ $pinia }) => {
|
||||||
|
$pinia.use(createSentryPiniaPlugin())
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user