Colton Myers

Results 163 comments of Colton Myers

From Slack, for context (courtesy of @beniwohli) Why doesn't `capture_span` require a Client object? > the transaction is stored in a thread local (or contextvar), and it does have a...

It seems to me that since `capture_span` actually does require a Client, but we do magic to find it, making all of our API require explicit Client objects would be...

I hit this too. I generally target the full path to the virtualenv created with `pyenv virtualenv` (i.e. `3.7.13/envs/test` in your example) and this stopped working with the latest version,...

Yeah I guess I'm going to start putting the python version in the venv name? Not ideal.

It definitely broke all my `.python-version` files. But if I understand correctly this was a CVE fix? I can work around it but would love for the old behavior to...

I think this has been fixed in https://github.com/elastic/apm-agent-python/pull/1635 Can you test with the `main` branch?