1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove telemetry from resource tab (#6284)

This commit is contained in:
Juho Heikka 2022-09-21 15:49:18 +03:00 committed by GitHub
parent 2e437c34c7
commit 333517eaa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,11 +104,6 @@ const logs = [
"get-logs",
];
const resourceEditor = [
"create-edit-resource-tab",
"clear-edit-resource-tab",
];
const telemetryWhiteListForFunctionsInjectable = getInjectable({
id: "telemetry-white-list-for-functions",
instantiate: () => [
@ -120,7 +115,6 @@ const telemetryWhiteListForFunctionsInjectable = getInjectable({
...uiInteraction,
...terminal,
...logs,
...resourceEditor,
],
decorable: false,
});