ddev / ddev

Docker-based local PHP+Node.js web development environments
https://ddev.com
Apache License 2.0
2.47k stars 585 forks source link

Don't send amplitude events for autocompletion events #6189

Closed rfay closed 4 weeks ago

rfay commented 4 weeks ago

Expected Behavior

DDEV doesn't need to treat autocompletion as events for amplitude.

Actual Behavior

It reports __complete events - lots of them.

image

Steps To Reproduce

Do something that does autocompletion and watch the output, or watch on Amplitude. Like ddev debug instrumentation fl<tab>

Anything else?

No response