Hi @inout-4dd00c,
Thanks for reaching out. I’m happy to help.
At the moment, RevenueCat’s Mixpanel integration will send sandbox events as well as production events, and unlike some other supported integrations there isn’t a toggle to send production-only events.
As of now you can either:
- Create a separate RevenueCat project for DEV/TEST and connect it to a separate Mixpanel project/token. Your production app uses the PROD RevenueCat API key + PROD Mixpanel token, while test builds use the DEV/TEST keys/tokens, keeping analytics clean.
- Or since the Mixpanel integration events don’t include an explicit “sandbox vs production” property in the payload, you’ll typically need to filter in Mixpanel by your own markers (e.g., set a Mixpanel user/profile property like
is_test_user=true in your app for sandbox testers, then exclude those users from charts). This should work well because RevenueCat events can align to the same Mixpanel distinct_id when you identify users consistently.
Hope this helps, let me know if you need help with anything else.
Best,
Hussain