Bug Fixes
- dbm: this fixes an issue with attributing metrics to incorrect services when peer.service is enabled
- 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
- graphql: Resolves
AttributeError
raised while parsing graphql Documents where AST Location is None.