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

2.6.1 - 2017-10-02

Choose a tag to compare

@DavidAntaramian DavidAntaramian released this 02 Oct 22:49
· 83 commits to master since this release

Fixed

  • Fixed an error where Timber.Integrations.PhoenixInstrumenter would fail on versions of Phoenix prior to 1.3 that do not pass a :conn key with the phoenix_controller_render/3 :start event.

  • Fixed Timber.Integrations.PhoenixInstrumenter did not define a fall-through for phoenix_controller_render/3 during the :start event for when the third-parameter is in a different format than expected.

  • Fixed Timber.Integrations.PhoenixInstrumenter did not define a fall-through when the instrumentation system sends a default state value for the :stop event on phoenix_controller_render/3.