Skip to content

Commit 30e516c

Browse files
committed
chore(sidecar): trim FFI doc comment
1 parent fc87341 commit 30e516c

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

datadog-sidecar-ffi/src/lib.rs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -755,12 +755,9 @@ pub unsafe extern "C" fn ddog_sidecar_session_set_process_tags(
755755
MaybeError::None
756756
}
757757

758-
/// Records the source of the default service name for the session so the
759-
/// sidecar can inject svc.user:true or svc.auto:<default_service_name> into
760-
/// outgoing process tag payloads. Pass an empty `default_service_name` to
761-
/// signal the user explicitly set DD_SERVICE; pass a non-empty value (already
762-
/// normalized via `ddog_normalize_process_tag_value`) to signal the tracer
763-
/// auto-resolved that name.
758+
/// Records the default service name for the session. Empty = user-defined
759+
/// (sidecar emits `svc.user:true`); non-empty = auto-resolved with that name
760+
/// (sidecar emits `svc.auto:<name>`).
764761
#[no_mangle]
765762
#[allow(clippy::missing_safety_doc)]
766763
pub unsafe extern "C" fn ddog_sidecar_session_set_default_service_name(

0 commit comments

Comments
 (0)