Skip to content

Commit bce63b0

Browse files
set probilistic sampler to false by default
1 parent 2a77b75 commit bce63b0

File tree

1 file changed

+1
-1
lines changed
  • lib/saluki-components/src/common/datadog

1 file changed

+1
-1
lines changed

lib/saluki-components/src/common/datadog/apm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const fn default_error_tracking_standalone_enabled() -> bool {
2323
}
2424

2525
const fn default_probabilistic_sampling_enabled() -> bool {
26-
true
26+
false
2727
}
2828
const fn default_peer_tags_aggregation() -> bool {
2929
true

0 commit comments

Comments
 (0)