-
Notifications
You must be signed in to change notification settings - Fork 621
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
Auto-Instrumentation does not produce spans after PR #1066 #1102
Comments
I've determined that
Furthermore, I have confirmed that this is not an issue with escapable characters like |
@aabmass I think I found the issue. the |
Adding a |
Fixes auto-instrumentation not producing spans on Windows. See the following issue: https://github.com/open-telemetry/opentelemetry-python/issues/2703
Fixed by #1100 |
I am on Windows 11. Here are my steps to reproduce:
But, if I move the code block back to the finally, I get the spans:
Notice that in both cases, I get the
Error in sitecustomize; set PYTHONVERBOSE for traceback: error: incomplete escape \u at position 2
message which may only occur on Windows. I believe it's related to the rf-string, but need to investigate more.The text was updated successfully, but these errors were encountered: