import { createSentryPiniaPlugin } from '@sentry/vue' export default defineNuxtPlugin(({ $pinia }) => { $pinia.use(createSentryPiniaPlugin()) })