Skip to content

Commit 8d04ba7

Browse files
committed
fix
1 parent 2818b1c commit 8d04ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def _set_span_output_data(
290290
def _prepare_handler_data(
291291
handler_type: str,
292292
original_args: "tuple[Any, ...]",
293-
original_kwargs: "Optional[dict[str, Any]]",
293+
original_kwargs: "Optional[dict[str, Any]]" = None,
294294
) -> "tuple[str, dict[str, Any], str, str, str, Optional[str]]":
295295
"""
296296
Prepare common handler data for both async and sync wrappers.

0 commit comments

Comments
 (0)