Look into ways user can disable telemetry or experiment framework:
- telemetry.enableTelemetry is set to false
- telemetry.telemetryLevel is set to off
- ...maybe more. Something to investigate here.
For eg. we log user is in discovery experiment even though we're using the old discovery code, this is misleading in a big way.

Although do note that we should still log the experiments users have manually opted in or out from.
Also log the fact that telemetry is disabled so we know exactly why no experiments were logged.
Reactions are currently unavailable
Look into ways user can disable telemetry or experiment framework:
For eg. we log user is in discovery experiment even though we're using the old discovery code, this is misleading in a big way.
Although do note that we should still log the experiments users have manually opted in or out from.
Also log the fact that telemetry is disabled so we know exactly why no experiments were logged.