Remove outdate setup example (#30)
Co-authored-by: Bryan Naegele <bryannaegele@users.noreply.github.com>
This commit is contained in:
parent
27727e40cd
commit
f083f3d7e7
|
@ -10,7 +10,6 @@ defmodule OpentelemetryPhoenix do
|
|||
In your application start:
|
||||
|
||||
def start(_type, _args) do
|
||||
OpenTelemetry.register_application_tracer(:my_app)
|
||||
OpentelemetryPhoenix.setup()
|
||||
|
||||
children = [
|
||||
|
|
Loading…
Reference in New Issue