Skip to content

Commit 0e2ba1d

Browse files
instrumenter default to None
1 parent 50a2e67 commit 0e2ba1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ def __init__(
518518
send_client_reports=True, # type: bool
519519
_experiments={}, # type: Experiments # noqa: B006
520520
proxy_headers=None, # type: Optional[Dict[str, str]]
521-
instrumenter=INSTRUMENTER.SENTRY, # type: Optional[str]
521+
instrumenter=None, # type: Optional[str]
522522
before_send_transaction=None, # type: Optional[TransactionProcessor]
523523
project_root=None, # type: Optional[str]
524524
enable_tracing=None, # type: Optional[bool]

0 commit comments

Comments
 (0)