Dmitry Vanyagin

Results 8 comments of Dmitry Vanyagin

@kazupon thanks for fixing this issue, however now static pages generated with `nuxt generate` and `target: 'static'` (Nuxt 3.0.0-rc.3) throw error `TypeError: t.$t is not a function`. We were using...

Hi, I am experiencing exactly the same issue: ![Screenshot 2022-10-03 at 14 29 45](https://user-images.githubusercontent.com/11457918/193577988-42e1a883-0b14-486d-a0ff-e0085e806e01.png)

I have `trackComponents: true` and `hooks: ['activate', 'mount', 'update']`

Also, before **5th of September** it was showing correct performance values with the same sentry config. On 5th of September we updated dependencies and did a release and since then...

Having exactly the same issue: https://github.com/aws-amplify/amplify-hosting/issues/2889 So far it's being successfully ignored by the Amplify team.

@GautierDele Unfortunately, still happening on the latest version...

It works for me on latest Strapi 4, `"@sentry/node": "^6.19.0"`, `"@sentry/tracing": "^6.19.0"` and **without** `@strapi/plugin-sentry` installed. I've created global middleware: ``` import * as Sentry from "@sentry/node"; import { extractTraceparentData,...

@DawnMD I think [@strapi/plugin-sentry](https://www.npmjs.com/package/@strapi/plugin-sentry) doesn't even have any implementation for tracing (performance monitoring), only error reporting. I believe this issue should be raised with Strapi team, not Sentry.