Matheus Nogueira

Results 59 comments of Matheus Nogueira

Yes @kdhamric . I think we can keep the option for a while with some kind of banner to tell users about the the deprecation and how they can migrate...

Hi @jhoogstraatLHIND . Thanks for opening this issue. We will investigate this problem!

@jhoogstraatLHIND which version are you using? are you self-hosting tracetest or using `app.tracetest.io`? I remember seeing a similar behavior, but we released a fix a couple of versions ago. Edit:...

The problem is in your mask regex. You are requiring the number two have 2 decimals after the float point, but you are only providing one in your `$scope.setValue`. Change...

@b2ronn I have a couple of questions: 1. When you run the test, can you still see your trace in the APM? 2. Can you check if the `trace-id` matches...

I think I understood the issue. Elastic APM RUM only tracks real users. One of the first filters they have to decide if a user is real or not is...

You are right, it will only fetch the request body as text and not run it. To overcome this, we would probably need to support triggering something with a headless...

@mrwatson if you feel this doesn't solve your problem. Feel free to open a new issue.

Yes, this was implemented back in v0.8 (I think). In that version, we build our assertion engine capable of retrieving data from a data source (environment variables, span attributes), applying...

Today we can achieve this with [outputs](https://docs.tracetest.io/cli/creating-tests/#outputs) and [expressions](https://docs.tracetest.io/concepts/expressions/). Example: ```yaml specs: - selector: span[name = "my last operation"] assertions: # takes less than 1s to run the operation since...