newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
176 stars 99 forks source link

Remove versioned logic in loguru instrumentation #1222

Closed umaannamalai closed 1 day ago

umaannamalai commented 2 days ago

Remove versioned logic in loguru instrumentation as per agent support window.

github-actions[bot] commented 2 days ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 1 0 4.63s
✅ PYTHON black 5 0 0 0.86s
❌ PYTHON flake8 5 1 0.45s
✅ PYTHON isort 5 0 0 0.3s
✅ PYTHON pylint 5 0 3.6s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov-commenter commented 2 days ago

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Project coverage is 81.23%. Comparing base (4768fba) to head (5618f78).

Files with missing lines Patch % Lines
newrelic/hooks/logger_loguru.py 71.42% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1222 +/- ## ========================================== - Coverage 81.26% 81.23% -0.03% ========================================== Files 197 197 Lines 21601 21598 -3 Branches 3776 3775 -1 ========================================== - Hits 17554 17546 -8 - Misses 2908 2912 +4 - Partials 1139 1140 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.