Skip to content

Commit

Permalink
fix(agent): Fixes typo in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
mfulb committed Mar 4, 2024
1 parent 2acd2ba commit 97e7776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axiom/cmd_txndata_transmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ char* nr_txndata_error_to_json(const nrtxn_t* txn) {
// add guid to aid error linking ui
// make copy of txn->intrisics to not cause it to be modified for other
// potential uses during conversion to flatbuffer
intrinsics_attributes = nr_copy(txn->intrinsics);
intrinsics_attributes = nro_copy(txn->intrinsics);
nro_set_hash_string(intrinsics_attributes, "guid", nr_txn_get_guid(txn));

json = nr_error_to_daemon_json(txn->error, txn->name, nr_txn_get_guid(txn),
Expand Down

0 comments on commit 97e7776

Please sign in to comment.