Skip to content

Commit bf5ec90

Browse files
committed
cleanup
1 parent daef9a6 commit bf5ec90

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sentry_sdk/integrations/anthropic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ def _set_input_data(span, kwargs, integration):
124124
and isinstance(message["content"], (list, tuple))
125125
):
126126
for item in message["content"]:
127-
import ipdb
128-
129-
ipdb.set_trace()
130127
if item["type"] == "tool_result":
131128
normalized_messages.append(
132129
{

0 commit comments

Comments
 (0)