Troubleshooting Event Issues in New Mixpanel Project with React Native
Hi folks, I'm having trouble receiving any events in a new mixpanel project. We're using the react native SDK in an expo mobile app. We've set up a previous project in mixpanel and got events & user props coming through correctly (yay!). Now we've created a new mixpanel project and switched out the project token passed to mixpanel in the app const mixpanel = new Mixpanel(token), expecting the existing events to appear in the new project. No such luck! I've swapped the project token a few times and the issue is project-specific (i.e. the old token still works). I get no error messages and, because the old token still works fine, I'm assuming it's not an issue with my app (🤞?) As far as I can see both projects are set up identically in mixpanel. Any ideas of what's going wrong or how to debug this any further?