We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac61a5 commit 74f4be7Copy full SHA for 74f4be7
lib/open_telemetry_decorator/attributes.ex
@@ -26,7 +26,7 @@ defmodule OpenTelemetryDecorator.Attributes do
26
def attribute_prefix do
27
prefix =
28
:open_telemetry_decorator
29
- |> Application.get_env(:attr_prefix)
+ |> Application.get_env(:attr_prefix, "")
30
|> String.trim()
31
|> String.trim_trailing(".")
32
0 commit comments