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 dea1a94 commit 0c71277Copy full SHA for 0c71277
tests/integrations/launchdarkly/test_launchdarkly.py
@@ -224,7 +224,7 @@ def test_launchdarkly_span_integration(
224
uninstall_integration(LaunchDarklyIntegration.identifier)
225
if use_global_client:
226
ldclient.set_config(config)
227
- sentry_init(traces_sample_rate=1, integrations=[LaunchDarklyIntegration()])
+ sentry_init(traces_sample_rate=1.0, integrations=[LaunchDarklyIntegration()])
228
client = ldclient.get()
229
else:
230
client = LDClient(config=config)
0 commit comments