-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixpanel Plugin #115
Comments
We have an open PR on a new Capacitor-Mixpanel plugin that is quite good (some missing SDK functionalities but nothing hard to tackle). |
@Linknpay how do we proceed? |
@Linknpay @chvonrohr Author here, happy to help however |
@mileszim Hello, how do we do the migration? On the other hand, I want to update to capacitor v5. |
Recently I integrated @houseninjadojo/capacitor-mixpanel into capacitor v5 based project I'm working on, however had to include number of changes. I opened 3 PRs there but I see no activity there for 10 months already. It would probably increase attention after moving to capacitor-community, probably need more explicit agreement or any update there first... |
Hello, I also sent several PRs to update to Capacitor v5, and they were automatically closed a month later due to inactivity. It would be helpful to follow this guide, communicate in Slack, and create a repository based on a fork. |
Hello, any update on this? 😄 |
Plugin Request
Name: Mixpanel
Package: `@capacitor-community/mixpanel
Platform(s)
ios, android, web
Existing Solutions
https://github.com/mixpanel/mixpanel-js
Description
The plugin should be similar to this cordova plugin : https://github.com/samzilverberg/cordova-mixpanel-plugin
withe the same features.
The working solution with capacitor until now is the Mixpanel official js library, but the problem is that it considers the mobile platform as web and doesn't track mobile informations, like app version, build version, os version, device name, etc...
Thank you
The text was updated successfully, but these errors were encountered: