Skip to content

Commit 1654724

Browse files
committed
Minor formatting tweak
1 parent 34276ae commit 1654724

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/sentry/opentelemetry/span_processor.ex

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ if Code.ensure_loaded?(OpenTelemetry) do
22
defmodule Sentry.OpenTelemetry.SpanProcessor do
33
@moduledoc false
44

5+
@behaviour :otel_span_processor
6+
57
require OpenTelemetry.SemConv.ClientAttributes, as: ClientAttributes
68
require OpenTelemetry.SemConv.Incubating.DBAttributes, as: DBAttributes
79
require OpenTelemetry.SemConv.Incubating.HTTPAttributes, as: HTTPAttributes
810
require OpenTelemetry.SemConv.Incubating.URLAttributes, as: URLAttributes
911
require OpenTelemetry.SemConv.Incubating.MessagingAttributes, as: MessagingAttributes
10-
@behaviour :otel_span_processor
1112

1213
require Logger
1314

0 commit comments

Comments
 (0)