Skip to content

Commit

Permalink
open telemetry backedn
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Dec 9, 2024
1 parent cf4e104 commit 52ea132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/browserAction/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ import { getExposedObject } from "../../shared/ipc.js";
export const vpnController = await getExposedObject("VPNController");
export const extController = await getExposedObject("ExtensionController");
export const proxyHandler = await getExposedObject("ProxyHandler");
export const telemetry = await getExposedObject("Telemetry");

export const ready = Promise.all([vpnController, proxyHandler]);

0 comments on commit 52ea132

Please sign in to comment.