Skip to content

Commit 69668e5

Browse files
committed
format
1 parent 94c60be commit 69668e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/sentry/logger_backend.ex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ defmodule Sentry.LoggerBackend do
112112
Sentry.capture_exception(exception, [stacktrace: stacktrace] ++ opts)
113113

114114
{other, stacktrace} when is_list(stacktrace) ->
115-
Sentry.capture_exception(Sentry.CrashError.exception(other), [stacktrace: stacktrace] ++ opts)
115+
Sentry.capture_exception(
116+
Sentry.CrashError.exception(other),
117+
[stacktrace: stacktrace] ++ opts
118+
)
116119

117120
_ ->
118121
if state.capture_log_messages do

0 commit comments

Comments
 (0)