Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

2.5.6 - 2017-09-28

Choose a tag to compare

@DavidAntaramian DavidAntaramian released this 28 Sep 18:01
· 94 commits to master since this release

Fixed

  • Fixed an error where Timber.Integrations.PhoenixInstrumenter would cause an error during blacklist checks if the blacklist had not been set up.

  • Fixed an error where Timber.Integrations.PhoenixInstrumenter would fail on render events for conn structs that did not have a controller or action set. For example, when a conn did not match listed routes, a 404.html template would be rendered that did not have a controller or action. The render event would still be triggered though.