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",
|
"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,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user