Skip to content

Commit

Permalink
Update Telemetry guide change the children order (phoenixframework#4908)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonpeixoto authored Aug 10, 2022
1 parent 5b7847e commit 8f0a2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ Then add to your main application's supervision tree

```elixir
children = [
MyApp.Repo,
MyAppWeb.Telemetry,
MyApp.Repo,
MyAppWeb.Endpoint,
...
]
Expand Down

0 comments on commit 8f0a2ac

Please sign in to comment.