Skip to content

Commit 0c71277

Browse files
As float
Co-authored-by: Daniel Szoke <[email protected]>
1 parent dea1a94 commit 0c71277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/launchdarkly/test_launchdarkly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def test_launchdarkly_span_integration(
224224
uninstall_integration(LaunchDarklyIntegration.identifier)
225225
if use_global_client:
226226
ldclient.set_config(config)
227-
sentry_init(traces_sample_rate=1, integrations=[LaunchDarklyIntegration()])
227+
sentry_init(traces_sample_rate=1.0, integrations=[LaunchDarklyIntegration()])
228228
client = ldclient.get()
229229
else:
230230
client = LDClient(config=config)

0 commit comments

Comments
 (0)