Add Mixpanel version detection

main
Berun 4 years ago
parent 279345c5d4
commit 2a7f4a283e

@ -7718,7 +7718,10 @@
"js": { "js": {
"mixpanel": "" "mixpanel": ""
}, },
"scripts": "api\\.mixpanel\\.com/track", "scripts": [
"cdn\\.mxpnl\\.com/libs/mixpanel\\-([0-9.]+)\\.min\\.js\\;version:\\1",
"api\\.mixpanel\\.com/track"
],
"description": "Mixpanel provides a business analytics service. It tracks user interactions with web and mobile applications and provides tools for targeted communication with them. Its toolset contains in-app A/B tests and user survey forms.", "description": "Mixpanel provides a business analytics service. It tracks user interactions with web and mobile applications and provides tools for targeted communication with them. Its toolset contains in-app A/B tests and user survey forms.",
"website": "https://mixpanel.com" "website": "https://mixpanel.com"
}, },

Loading…
Cancel
Save