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",
];
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,
});