Skip to content

Commit

Permalink
Add test error example
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuap authored Jan 15, 2025
1 parent 9d66242 commit 48d219a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ defmodule MyPlugApp do
end
```

### 4. Report a test error

To report a test error to Honeybadger, fire up `iex -S mix`, then run:

```elixir
Honeybadger.notify("Hello Elixir!")
```

#### Logger

Just set the `use_logger` option to `true` in your application's `config.exs`
Expand Down

0 comments on commit 48d219a

Please sign in to comment.