Add debug information to circuit breaker
Open
- Dominant language
- Elixir
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```elixir
Edison.circuit_breaker :my_circuit, %{debug: %{request_id "jkANdjnsldj", controller: "UsersController"}} do
raise Error1 # Should rescue and log with the debug information.
end
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.