-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScoutApm.Command does not work in Elixir 1.14 #123
Comments
Thanks @pvthuyen. @jeregrine is this something RokkinCat can help with? |
I tried to fix the issue and upgrade Elixir version to 1.14 in this PR. Please give it a review. |
Sorry for delay. I will take alook now. |
@pvthuyen I need to do some more testing but master branch should be fully functioning now thanks to your PR and some extra stuff I needed to do. Please confirm by pointing your mix dep to github |
Thanks @jeregrine. I will try it on my project later. I have a small comment on your commit though, 4b9c43f#r87762936. |
I'm getting this when running my project after updating the dependencies.
|
It's due to |
@jeregrine |
Implementations for
ScoutApm.Command
are not recognized by Elixir 1.14. I've included the stack trace and errors below. I'm guessing that it's because we are defining the implementation inside the modules.The text was updated successfully, but these errors were encountered: