Skip to content

Commit fc5685f

Browse files
committed
include sentry domain in internal logger messages
1 parent e176ca4 commit fc5685f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/sentry/client.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,8 @@ defmodule Sentry.Client do
368368
Config.log_level(),
369369
fn ->
370370
["Failed to send Sentry event.", message]
371-
end
371+
end,
372+
domain: [:sentry]
372373
)
373374
end
374375
end

0 commit comments

Comments
 (0)