We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c27c2b commit beeb67fCopy full SHA for beeb67f
newrelic/api/llm_custom_attributes.py
@@ -41,4 +41,4 @@ def __enter__(self):
41
def __exit__(self, exc, value, tb):
42
# Clear out context attributes once we leave the current context
43
if self.transaction:
44
- self.transaction._llm_context_attrs = None
+ del self.transaction._llm_context_attrs
0 commit comments