Skip to content

Commit 9e85e48

Browse files
committed
fix example
1 parent d9aa6ea commit 9e85e48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/ffi/trace_exporter.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ int main(int argc, char** argv)
100100
.interval = 60000,
101101
.runtime_id = DDOG_CHARSLICE_C("12345678-1234-1234-1234-123456789abc"),
102102
.debug_enabled = true,
103-
.session_id = DDOG_CHARSLICE_C(""),
104-
.root_session_id = DDOG_CHARSLICE_C(""),
103+
.session_id = DDOG_CHARSLICE_C("12345678-1234-1234-1234-123456789abc"),
104+
.root_session_id =DDOG_CHARSLICE_C("87654321-1234-1234-1234-123456789abc"),
105105
.parent_session_id = DDOG_CHARSLICE_C(""),
106106
};
107107

0 commit comments

Comments
 (0)