Thuyen Phan

Results 6 comments of Thuyen Phan

I tried to fix the issue and upgrade Elixir version to 1.14 in this PR. Please give it a review. https://github.com/scoutapp/scout_apm_elixir/pull/124

Thanks @jeregrine. I will try it on my project later. I have a small comment on your commit though, https://github.com/scoutapp/scout_apm_elixir/commit/4b9c43fb03131e827faf80709851fa96ac2a74b3#r87762936.

I'm getting this when running my project after updating the dependencies. ``` ** (Mix) Could not start application scout_apm: exited in: ScoutApm.Application.start(:normal, []) ** (EXIT) an exception was raised: **...

It's due to `ScoutApm.Core.AgentManager` does not have the correct `start_link` definition. Sent a PR for it. https://github.com/scoutapp/scout_apm_elixir/pull/125

@jeregrine `master` branch seems to work on my project now. Please kindly help me release a new version.