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 da1888d commit cde3cfcCopy full SHA for cde3cfc
sentry_sdk/client.py
@@ -418,7 +418,7 @@ def _capture_envelope(envelope):
418
if self.options.get("spotlight"):
419
self.spotlight = setup_spotlight(self.options)
420
if not self.options["dsn"]:
421
- sample_all = lambda *_args: 1.0
+ sample_all = lambda *_args, **_kwargs: 1.0
422
self.options["send_default_pii"] = True
423
self.options["error_sampler"] = sample_all
424
self.options["traces_sampler"] = sample_all
0 commit comments