We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9aa6ea commit 9e85e48Copy full SHA for 9e85e48
1 file changed
examples/ffi/trace_exporter.c
@@ -100,8 +100,8 @@ int main(int argc, char** argv)
100
.interval = 60000,
101
.runtime_id = DDOG_CHARSLICE_C("12345678-1234-1234-1234-123456789abc"),
102
.debug_enabled = true,
103
- .session_id = DDOG_CHARSLICE_C(""),
104
- .root_session_id = DDOG_CHARSLICE_C(""),
+ .session_id = DDOG_CHARSLICE_C("12345678-1234-1234-1234-123456789abc"),
+ .root_session_id =DDOG_CHARSLICE_C("87654321-1234-1234-1234-123456789abc"),
105
.parent_session_id = DDOG_CHARSLICE_C(""),
106
};
107
0 commit comments