Skip to content

Commit 0763e45

Browse files
As float
Co-authored-by: Daniel Szoke <[email protected]>
1 parent 68a7b79 commit 0763e45

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
@@ -229,7 +229,7 @@ def test_launchdarkly_span_integration(
229229
else:
230230
client = LDClient(config=config)
231231
sentry_init(
232-
traces_sample_rate=1,
232+
traces_sample_rate=1.0,
233233
integrations=[LaunchDarklyIntegration(ld_client=client)],
234234
)
235235

0 commit comments

Comments
 (0)