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:
|
In your application start:
|
||||||
|
|
||||||
def start(_type, _args) do
|
def start(_type, _args) do
|
||||||
OpenTelemetry.register_application_tracer(:my_app)
|
|
||||||
OpentelemetryPhoenix.setup()
|
OpentelemetryPhoenix.setup()
|
||||||
|
|
||||||
children = [
|
children = [
|
||||||
|
|
Loading…
Reference in New Issue