Hi,
I’m currently trying to run my server tests on meteor 3.1.0, coming from 3.0.4. I use montiapm and on 3.0.4 everythings fine so far. Once I upgrade to 3.1.0 (which necessarily includes using montiapm:agent@3.0.0-beta.9
), a whole bunch (> 150) tests making requests against my REST API fail. The reason is that once I use montiapm:agent@3.0.0-beta.9
the query
attribute in all requests is undefined. If i remove montiapm:agent@3.0.0-beta.9
everything’s fine…