You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may be over counting REPL user since any time 'python' is seen in terminal, we count them as REPL user.
We should rather separate the script users who run, for example: python my_file.py from the actual 'python' repl in terminal users.
Action items:
Basically adding script field somewhere in execution type in order to separate script execution users from repl launch telemetry.