Skip to content

Commit

Permalink
oops, double set on operation
Browse files Browse the repository at this point in the history
  • Loading branch information
relaxolotl committed Dec 23, 2021
1 parent 82d58be commit 6e57ae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sentry_value.c
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,6 @@ sentry_value_new_transaction_context(const char *name, const char *operation)
transaction_context, "span_id", sentry__value_new_span_uuid(&span_id));

sentry_transaction_context_set_name(transaction_context, name);
sentry_transaction_context_set_operation(transaction_context, operation);

return transaction_context;
}
Expand Down

0 comments on commit 6e57ae4

Please sign in to comment.