scoutapp / scout_apm_elixir

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

Fix Multiple definitions tracing #36

Closed cschneid closed 7 years ago

cschneid commented 7 years ago

Previously, we attempted to mark the same function overridable several times, which raised a compile-time error. This adds a check so we don't do it more than once per function.

cschneid commented 7 years ago

This will fix #35