File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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) ]
766763pub unsafe extern "C" fn ddog_sidecar_session_set_default_service_name (
You can’t perform that action at this time.
0 commit comments