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:
parent
2e437c34c7
commit
333517eaa0
@ -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,
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user