Skip to content

Commit

Permalink
Merge pull request #14 from mohammedzeglam-pg/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
simonprev authored Jan 17, 2024
2 parents dcb2322 + a895f60 commit b83338b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ def deps do
end
```

Configure TelemetryUI for test.

```elixir
# config/test.exs
config :telemetry_ui, disabled: true
```

Then run mix deps.get to install Telemetry and its dependencies.

After the packages are installed you must create a database migration to add the `telemetry_ui_events` table to your database:
Expand Down

0 comments on commit b83338b

Please sign in to comment.