Bug Fixes
- kafka: Fixes
ValueError
raised whenConsumer.commit(offsets=...)
is called. - profiling: Fixed an issue with data encoding where non-string objects might be interned on Python 3.11
- redis: Resolves
UnboundLocalError
raised when a traced redis command raises an exception. - graphql: Resolves
AttributeError
raised while parsing graphql Documents where AST Location is None.