Skip to content

Commit c27fdb4

Browse files
authored
Fix queue_producer_transaction string termination error in example code (#12463)
1 parent 6c9f1f1 commit c27fdb4

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/go/common/tracing/instrumentation/custom-instrumentation

1 file changed

+1
-1
lines changed

docs/platforms/go/common/tracing/instrumentation/custom-instrumentation/queues-module.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ messageId := "abc123"
3131
// Create transaction
3232
transaction := sentry.StartTransaction(
3333
ctx,
34-
"queue_producer_transaction,
34+
"queue_producer_transaction",
3535
options...,
3636
)
3737
defer transaction.Finish()

0 commit comments

Comments
 (0)