Skip to content

Commit a7cbd77

Browse files
committed
linting
1 parent c66c1a0 commit a7cbd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/rust_tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def __init__(
150150
[Dict[str, Any]], EventTypeMapping
151151
] = default_event_type_mapping,
152152
span_filter: Callable[[Dict[str, Any]], bool] = default_span_filter,
153-
send_sensitive_data: bool = None,
153+
send_sensitive_data: Optional[bool] = None,
154154
):
155155
self.origin = origin
156156
self.event_type_mapping = event_type_mapping

0 commit comments

Comments
 (0)