Francesco Gringl-Novy
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!
This has been released in 7.41.0!
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:  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.