-
Notifications
You must be signed in to change notification settings - Fork 31
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
[Bug]: python-sensor overrides funcName which logs the message with log_with_instana #563
Comments
Hi @staaam, thank you for reaching out to us. I just installed the same instana module version with
|
oh, could it be related to python3.12 ? |
Hi @staaam, thanks for the update! Is it possible for you to use python 3.10 until we figure out what we could do about this? |
thanks! |
thanks! looks like this solves the issue. Any estimation when version with the fix will be released? |
Hi @staaam, the fix is already available on the master branch, I will release a new version with the fix before tomorrow and will update you here! |
Hello @staaam, we've released the new version with the fix. You can install the same using the command below:
Do let us know if you need anything else, thanks! |
thank you! 🙏 |
Problem Description
Instana python-sensor overrides funcName which logs the message with
log_with_instana
Impact: we're writing funcName for every message for easier understanding of the message origin, and currently we see
log_with_instana
in all places instead.Minimal, Complete, Verifiable, Example
Expected output:
Actual output:
Python Version
Python 3
Python Modules
Python Environment
The text was updated successfully, but these errors were encountered: