Skip to content

Commit abd6a44

Browse files
committed
fix group leader bug
1 parent 747964b commit abd6a44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/sentry/logger.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ defmodule Sentry.Logger do
4343

4444
def handle_call({:configure, new_keys}, _state), do: {:ok, :ok, new_keys}
4545

46-
def handle_event({_level, gl, _event}, state) when node(gl) != node() do
47-
{:ok, state}
48-
end
49-
5046
def handle_event({:error, _gl, {_pid, _type, [pid, {exception, stack}]} = info}, state)
5147
when is_list(stack) and is_pid(pid) do
5248
try do

0 commit comments

Comments
 (0)