Skip to content

Commit f329764

Browse files
committed
remove not needed telemetry event
Could not get Core Erlang code for: myfile.beam is not very helpful
1 parent c4926e3 commit f329764

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/language_server/lib/language_server/dialyzer.ex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -501,12 +501,6 @@ defmodule ElixirLS.LanguageServer.Dialyzer do
501501
"[ElixirLS Dialyzer] get_core_from_beam failed for #{file}: #{inspect(reason)}"
502502
)
503503

504-
JsonRpc.telemetry(
505-
"dialyzer_error",
506-
%{"elixir_ls.dialyzer_error" => inspect(reason)},
507-
%{}
508-
)
509-
510504
nil
511505
end
512506
end

0 commit comments

Comments
 (0)