Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

With send anonymous usage data disabled mixpanel requests are still made #151

Closed
JorritSalverda opened this issue Oct 7, 2019 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@JorritSalverda
Copy link
Contributor

Bug Report

I spotted requests being made to api.mixpanel.com from my private Grafana setup and tracked in back to originate from this plugin.

Fortunately collecting data can be disabled from the data source settings, however it still seems to send requests to mixpanel, although now just 2 instead of 3.

I still see the following 2 requests being made:

Expected Behavior

No requests to be made towards mixpanel.

Actual Behavior

Still sending 2 requests.

Specifications

  • Version: 1.0.2
  • Platform: grafana/grafana container
  • Grafana Version: 6.4.1
@avivl
Copy link
Contributor

avivl commented Oct 7, 2019

@JorritSalverda The calls to the mixpanel send data are only made in this case
if (this.jsonData.sendUsageData !== false). Can you share the payload so I better understand the data that is sent? (You can email it to me if you don't want to share it on github)

@JorritSalverda
Copy link
Contributor Author

@avivl I've mailed you the 2 full requests still getting sent to mixpanel.

@avivl avivl self-assigned this Oct 8, 2019
@avivl avivl added the bug Something isn't working label Oct 8, 2019
@avivl avivl added this to the 1.0.3 milestone Oct 8, 2019
@avivl avivl closed this as completed in 05ad5cc Oct 8, 2019
avivl added a commit that referenced this issue Oct 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants