Skip to content

Commit

Permalink
FXVPN-328: Enable telemetry by default (#175)
Browse files Browse the repository at this point in the history
This PR enables telemetry in the extension by default, even if the
client is not installed. Note that in this state, although telemetry is
'enabled', pings won't be sent to Glean until the client has been
installed and is able to do so.
  • Loading branch information
lesleyjanenorton authored Jan 6, 2025
1 parent e5abb9d commit bdee084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/vpncontroller/states.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export class vpnStatusResponse {
}

export class VPNSettings {
extensionTelemetryEnabled = false;
extensionTelemetryEnabled = true;
}

export class BridgeResponse {
Expand Down

0 comments on commit bdee084

Please sign in to comment.