diff --git a/sentry_sdk/consts.py b/sentry_sdk/consts.py index 18c888fa3b..bb5f79eb39 100644 --- a/sentry_sdk/consts.py +++ b/sentry_sdk/consts.py @@ -189,7 +189,7 @@ def __init__( trace_propagation_targets=[ # noqa: B006 MATCH_ALL ], # type: Optional[Sequence[str]] - functions_to_trace=[], # type: Sequence[str] # noqa: B006 + functions_to_trace=[], # type: Sequence[Dict[str, str]] # noqa: B006 event_scrubber=None, # type: Optional[sentry_sdk.scrubber.EventScrubber] ): # type: (...) -> None