Skip to Content

Mixpanel

To send data to Mixpanel  set type to mixpanel, and set the project token  with projectToken.

plugins: publish-metrics: - type: mixpanel projectToken: 'my-mixpanel-project-token'

Debugging

Set DEBUG=plugin:publish-metrics:mixpanel when running your tests to print out helpful debugging messages when sending metrics to Mixpanel.

DEBUG=plugin:publish-metrics:mixpanel artillery run my-script.yaml
Last updated on