Sentry integration with Pinia #14284
Unanswered
gabrielgomeso
asked this question in
Q&A
Replies: 1 comment 7 replies
-
As for the pinia error: Are you on the latest version of the SDK? As for prod/staging data: Are you missing data in general or just source maps? @s1gr1d cc |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use the Sentry with pinia integration and got a type error
The code:
The error:
Is that correct?
Also, I'm getting kind of confused on how to set up the project properly. I set the env variable in the project, but I don't pass it in any place because I've read somewhere in the docs that the module would read it by itself, but in production and staging the data is not being tracked. My setup is
Then I have a sentry.client.config.ts and a sentry.server.config.ts like in the docs. Is that all I need?
Beta Was this translation helpful? Give feedback.
All reactions