Skip to content

fix(cloud): gallery install event respects the telemetry toggle - #494

Open
AliAltivate wants to merge 1 commit into
andrewyng:mainfrom
AliAltivate:fix/gallery-telemetry-toggle
Open

fix(cloud): gallery install event respects the telemetry toggle#494
AliAltivate wants to merge 1 commit into
andrewyng:mainfrom
AliAltivate:fix/gallery-telemetry-toggle

Conversation

@AliAltivate

Copy link
Copy Markdown

gallery_install_event() checked only sign-in and POSTed install telemetry even after the user turned telemetry off — the one code path that ignored the toggle. It now uses the same telemetry_enabled() gate as emit_session_created().

Fixes #398.

gallery_install_event() checked only sign-in and POSTed install telemetry
even after the user turned telemetry off — the one code path that ignored
the toggle (andrewyng#398). It now uses the same telemetry_enabled() gate as
emit_session_created().
@AliAltivate

Copy link
Copy Markdown
Author

Hi — just a friendly ping on this one. It's a small fix with a test included; would appreciate a review whenever you get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gallery_install_event bypasses the telemetry toggle (fires even with telemetry disabled)

1 participant