Merge pull request #3330 from honjes/mixpanel-version

Add Mixpanel version detection
main
Elbert Alias 4 years ago committed by GitHub
commit 531b0492bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7793,7 +7793,10 @@
"js": {
"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.",
"website": "https://mixpanel.com"
},

Loading…
Cancel
Save