mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove get-logs telemetry event (#6296)
Signed-off-by: Juho Heikka <juho.heikka@gmail.com> Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
parent
f594f961c6
commit
e8f691ab0e
@ -100,10 +100,6 @@ const terminal = [
|
||||
"create-terminal-tab",
|
||||
];
|
||||
|
||||
const logs = [
|
||||
"get-logs",
|
||||
];
|
||||
|
||||
const telemetryWhiteListForFunctionsInjectable = getInjectable({
|
||||
id: "telemetry-white-list-for-functions",
|
||||
instantiate: () => [
|
||||
@ -114,7 +110,6 @@ const telemetryWhiteListForFunctionsInjectable = getInjectable({
|
||||
...externalActions,
|
||||
...uiInteraction,
|
||||
...terminal,
|
||||
...logs,
|
||||
],
|
||||
decorable: false,
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user