-
Notifications
You must be signed in to change notification settings - Fork 296
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
_integrations/nrlogrus/nrlogrus.go should import lowercase "github.com/sirupsen/logrus" #55
Comments
Thanks for pointing it out to us @adminfromhell . I've replied in the open pull request and have merged the fix to our testing environment. Expect the fix to be part of our next release! |
Shorten stack trace filenames
Any update on when this will be released? Is the next release coming soon? |
Thanks for your inquiry. This change is included in our next release which is currently undergoing quality assurance testing. I'm hopeful we'll see something in the coming weeks. |
This fix is available in release 1.10.0, out today. The CHANGELOG.md describes all the latest updates. |
Currently the
nrlogrus.StandardLogger()
imports"github.com/Sirupsen/logrus"
. This causes errors inside of existing projects that are already using logrus as described in in their README.There is an open pull request for this already #52
The text was updated successfully, but these errors were encountered: