Is it possible to deactivate Mixpanel sending data on CI platforms?
I have implement Mixpanel on our backend and it works all great.
When being on an emulator I send all data to a separate dev project. However, data is also send during CI runs. Which quickly sums up to multiple thousand request.
Sure I can add an IF in front of every single Mixpanel function call, but that seems excessive and not very ergonomic.
Is it possible to deactivate Mixpanel sending data on CI platforms?
I have implement Mixpanel on our backend and it works all great.
When being on an emulator I send all data to a separate
devproject. However, data is also send during CI runs. Which quickly sums up to multiple thousand request.Sure I can add an IF in front of every single Mixpanel function call, but that seems excessive and not very ergonomic.