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 50a2e67 commit 0e2ba1dCopy full SHA for 0e2ba1d
sentry_sdk/consts.py
@@ -518,7 +518,7 @@ def __init__(
518
send_client_reports=True, # type: bool
519
_experiments={}, # type: Experiments # noqa: B006
520
proxy_headers=None, # type: Optional[Dict[str, str]]
521
- instrumenter=INSTRUMENTER.SENTRY, # type: Optional[str]
+ instrumenter=None, # type: Optional[str]
522
before_send_transaction=None, # type: Optional[TransactionProcessor]
523
project_root=None, # type: Optional[str]
524
enable_tracing=None, # type: Optional[bool]
0 commit comments