Skip to content

Commit

Permalink
fix: functions_to_trace typing (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmarron authored May 25, 2023
1 parent 396cc66 commit 72f1e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72f1e92

Please sign in to comment.