Hi everyone. 👋
I need some assistance with the filtering option based on releases. I'm trying to filter out errors and transaction from older versions of the app, and these are the regex values that I'm currently using:
[0-3].[0-9]+.[0-9]+
4.[0-9]+.[0-9]+
4.1[0-1].[0-9]+
Now, the problem is that for some reason older versions are being still allowed and are process by the system. (see attached image)
For some reason, the 4.10.0 error event was allowed even though the regex prohibits it.
I'm not sure why, but it seams as though the regex doesn't work sometimes and it works some other times.
Am I doing something wrong here?