Skip to content

Commit 08cffdd

Browse files
authored
adds missing comma to opentelemetery_exporter config example (#87)
1 parent 8df6628 commit 08cffdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic_phoenix_ecto/config/runtime.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if config_env() == :prod do
8686

8787
# Example configuration for Lightstep.com, for more refers to:
8888
# https://github.com/open-telemetry/opentelemetry-erlang/tree/main/apps/opentelemetry_exporter#application-environment
89-
# config :opentelemetry_exporter
89+
# config :opentelemetry_exporter,
9090
# # You can also configure the compression type for exporting traces.
9191
# oltp_traces_compression: :gzip,
9292
# otlp_traces_endpoint: "https://ingest.lightstep.com:443/traces/otlp/v0.9",

0 commit comments

Comments
 (0)