We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396cc66 commit 72f1e92Copy full SHA for 72f1e92
sentry_sdk/consts.py
@@ -189,7 +189,7 @@ def __init__(
189
trace_propagation_targets=[ # noqa: B006
190
MATCH_ALL
191
], # type: Optional[Sequence[str]]
192
- functions_to_trace=[], # type: Sequence[str] # noqa: B006
+ functions_to_trace=[], # type: Sequence[Dict[str, str]] # noqa: B006
193
event_scrubber=None, # type: Optional[sentry_sdk.scrubber.EventScrubber]
194
):
195
# type: (...) -> None
0 commit comments