Skip to content

Commit

Permalink
Fix queue_producer_transaction string termination error in example co…
Browse files Browse the repository at this point in the history
…de (#12463)
  • Loading branch information
Br3nda authored Jan 27, 2025
1 parent 6c9f1f1 commit c27fdb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ messageId := "abc123"
// Create transaction
transaction := sentry.StartTransaction(
ctx,
"queue_producer_transaction,
"queue_producer_transaction",
options...,
)
defer transaction.Finish()
Expand Down

0 comments on commit c27fdb4

Please sign in to comment.