opentelemetry-erlang-contrib/instrumentation/opentelemetry_phoenix/test/test_helper.exs

10 lines
375 B
Elixir
Raw Normal View History

# :application.load(:opentelemetry)
# :application.set_env(:opentelemetry, :tracer, :ot_tracer_default)
# :application.set_env(:opentelemetry, :processors, [{:ot_batch_processor, %{scheduled_delay_ms: 1}}])
# Application.ensure_all_started(:telemetry)
# Application.ensure_all_started(:opentelemetry)
# Application.ensure_all_started(:opentelemetry_phoenix)
ExUnit.start()