scoutapp / scout_apm_elixir

ScoutAPM Elixir Agent. Supports Phoenix and other frameworks.
https://scoutapm.com
Other
36 stars 20 forks source link

Scout 0.4.14 doesn't work with Ecto 2 #87

Closed gregnavis closed 5 years ago

gregnavis commented 5 years ago

Hi!

My set up is as follows:

I'm getting the following error:

     ** (UndefinedFunctionError) function ScoutApm.Instruments.EctoLogger.log/1 is undefined or private

It seems that 3c5cf28c9113043ac0d458df867df3095d548ea3 removed log.

Downgrading to 0.4.13 solves the problem.

cschneid commented 5 years ago

Thank you for the report - sorry about that accidental removal - we'll get it readded and released.