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 68a7b79 commit 0763e45Copy full SHA for 0763e45
tests/integrations/launchdarkly/test_launchdarkly.py
@@ -229,7 +229,7 @@ def test_launchdarkly_span_integration(
229
else:
230
client = LDClient(config=config)
231
sentry_init(
232
- traces_sample_rate=1,
+ traces_sample_rate=1.0,
233
integrations=[LaunchDarklyIntegration(ld_client=client)],
234
)
235
0 commit comments