Skip to content

Commit

Permalink
Submit root span data when service/env/version ini is changed
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
  • Loading branch information
bwoebi committed Oct 11, 2024
1 parent abcf76c commit 2a8fc0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ext/ddtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@ static inline bool dd_alter_prop(size_t prop_offset, zval *old_value, zval *new_
pspan = pspan->parent;
}

if (EG(active)) {
ddtrace_sidecar_submit_root_span_data();
}

return true;
}

Expand Down
2 changes: 1 addition & 1 deletion libdatadog
Submodule libdatadog updated 0 files

0 comments on commit 2a8fc0e

Please sign in to comment.