Skip to content

fix(telemetry): only count suggestions shown to the user

André Luís requested to merge ux/telemetry-only-count-shown-suggestions into main

Context

As described in #791 (closed) we need to account for the nuance that not all requests are shown to the user.

This MR makes the acceptance rate more realistic given that it discards the requests that were meanwhile cancelled.

See: #791 (comment 1441885329)

Related to #791 (closed)

ToDo

  • Add tests
  • Test it works as expected
  • Review + Merge
Edited by Illya Klymov

Merge request reports