Francesco Gringl-Novy

Results 420 comments of Francesco Gringl-Novy

Hi, we've merged a change that allows to opt-in for this via: ```js vueRouterInstrumentation(vueRouter, { routeLabel: 'path' }); ``` This will go out in the next release!

For now, we only allow to opt-in to always use the path vs. the name. The other options are things we do not want to support, as we don't want...

**Why was this issue closed?** While we think it would be helpful to solve this issue, we're busy with a lot of other tasks at the moment. Therefore, this issue...

Hey there, just cross-posting from https://github.com/github/codeql-action/issues/2059: IMHO it is a bit confusing to have a new major version that is not reflected in the (Github) releases at all, making it...

Hey, I've just tried to reproduce it, and it appears correct to me: ![image](https://github.com/getsentry/sentry-javascript/assets/2411343/91f3c8ef-f5e8-493a-bed7-539ddbde1cfd) could you share a link to a trace where this is incorrect, maybe?

Ah, you're right of course, sorry 😬 So the problem there most likely is the way that this works internally: ```js return Sentry.startSpanManual( { op: 'http.server', name: `${method} ${url}`, },...

> That's great, can't wait for V8 then! > > I will test some implementations we have with that experimental branch, also with Fastify and DB integrations (MikroORM) and maybe...

remote parent means that it is picking up a trace header that contains a negative sampling decision, thus also dropping transaction here. Can this be the case in your example...

Thank you! We'll look into this and try to fix this in rrweb.