Skip to content

Commit d89ea05

Browse files
authored
add agent_id to mod.rs
1 parent c759aa6 commit d89ea05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/report_aggregator/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ impl ReportAggregator {
3737
let (tx, mut rx) = mpsc::channel::<(String, Trace)>(BUFFER_SLOTS);
3838

3939
let reported_header = ReportHeader {
40+
agent_id: "async-studio-extension".to_string(),
4041
uname: uname::uname()
4142
.ok()
4243
.unwrap_or_else(|| "No uname provided".to_string()),

0 commit comments

Comments
 (0)