Hi everyone,
Here is my stack :
- Frontend : VueJS 2.x + Vuetify + Axios
- Backend : Laravel 5.5
I’ve setup Sentry but never could I have the Performance part working for the Frontend.
The sentry-trace header is yet send, matching my backend URL, but the only thing I can see in the Performance Section are some backend transactions only, never traces.
I checked tracingOrigins (ok), CORS settings (ok too, I could see the header into the backend requests)…
I’m using Axios custom interceptor for requests and responses but that doesn’t seem to come from here as I can see the sentry-trace header.
Any idea what I could also check ?
Thanks