We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pinia is the official solution for more advanced or larger scale state management in Vue applications.
Pinia can also used in Nuxt SSR
The Sentry
Provide a plugin similar to Sentry's Redux integration
Initial MVP doesn;t need to cover all API surface of the redux integration
Potentially more to investigate in terms of SSR tracing within Nuxt apps.
The text was updated successfully, but these errors were encountered:
ecf84e0
This issue was referenced by PR #13841, which was included in the 8.35.0-beta.0 release.
Sorry, something went wrong.
feat(vue): Add Pinia plugin (#13841)
1877473
Resolves: #13279 Depends on: #13840 [Sample Event](https://sentry-sdks.sentry.io/issues/5939879614/?project=5429219&query=is%3Aunresolved%20issue.priority%3A%5Bhigh%2C%20medium%5D&referrer=issue-stream&sort=date&statsPeriod=1h&stream_index=0) Docs PR: getsentry/sentry-docs#11516 Adds a Pinia plugin with a feature set similar to the Redux integration. - Attaches Pinia state as an attachment to the event (`true` by default) - Provides `actionTransformer` and `stateTransformer` to the user for potentially required PII modifications. - Adds breadcrumbs for Pinia actions - Assigns Pinia state to event contexts.
onurtemizkan
Successfully merging a pull request may close this issue.
Problem Statement
Pinia is the official solution for more advanced or larger scale state management in Vue applications.
Pinia can also used in Nuxt SSR
The Sentry
Solution Brainstorm
Provide a plugin similar to Sentry's Redux integration
Initial MVP doesn;t need to cover all API surface of the redux integration
Potentially more to investigate in terms of SSR tracing within Nuxt apps.
The text was updated successfully, but these errors were encountered: