We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34276ae commit 1654724Copy full SHA for 1654724
lib/sentry/opentelemetry/span_processor.ex
@@ -2,12 +2,13 @@ if Code.ensure_loaded?(OpenTelemetry) do
2
defmodule Sentry.OpenTelemetry.SpanProcessor do
3
@moduledoc false
4
5
+ @behaviour :otel_span_processor
6
+
7
require OpenTelemetry.SemConv.ClientAttributes, as: ClientAttributes
8
require OpenTelemetry.SemConv.Incubating.DBAttributes, as: DBAttributes
9
require OpenTelemetry.SemConv.Incubating.HTTPAttributes, as: HTTPAttributes
10
require OpenTelemetry.SemConv.Incubating.URLAttributes, as: URLAttributes
11
require OpenTelemetry.SemConv.Incubating.MessagingAttributes, as: MessagingAttributes
- @behaviour :otel_span_processor
12
13
require Logger
14
0 commit comments