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

Remove telemetry from resource tab

Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
Juho Heikka 2022-09-21 13:45:12 +02:00
parent dad6dcacda
commit 3ef706643f

View File

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