scoutapp / scout_apm_elixir

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

fix bug with mismatched layers during ignored transaction #95

Closed mitchellhenke closed 5 years ago

mitchellhenke commented 5 years ago

closes #94

cschneid commented 5 years ago

So the issue was that we had the wrong order when a callback was present? So the normal stop layer was called instead of the noop one?

mitchellhenke commented 5 years ago

@cschneid yep, exactly