Addressed review comments by explicitly mentioning that type of identifier in the set_debug_transaction_identifier(id) method.
This commit is contained in:
parent
e9ad99ae72
commit
2d4339ae7a
|
@ -443,7 +443,7 @@
|
|||
|
||||
.. |option-set-debug-transaction-identifier| replace::
|
||||
|
||||
Sets a client provided identifier for the transaction that will be used in scenarios like tracing or profiling. Client trace logging or transaction profiling must be separately enabled.
|
||||
Sets a client provided string identifier for the transaction that will be used in scenarios like tracing or profiling. Client trace logging or transaction profiling must be separately enabled.
|
||||
|
||||
.. |option-set-log-transaction| replace::
|
||||
|
||||
|
|
|
@ -881,7 +881,7 @@ Transaction options
|
|||
|
||||
|option-set-transaction-logging-max-field-length-blurb|
|
||||
|
||||
.. method:: Transaction.options.set_debug_transaction_identifier(identifier)
|
||||
.. method:: Transaction.options.set_debug_transaction_identifier(id_string)
|
||||
|
||||
|option-set-debug-transaction-identifier|
|
||||
|
||||
|
|
|
@ -823,7 +823,7 @@ Transaction options
|
|||
|
||||
|option-set-transaction-logging-max-field-length-blurb|
|
||||
|
||||
.. method:: Transaction.options.set_debug_transaction_identifier(identifier) -> nil
|
||||
.. method:: Transaction.options.set_debug_transaction_identifier(id_string) -> nil
|
||||
|
||||
|option-set-debug-transaction-identifier|
|
||||
|
||||
|
|
Loading…
Reference in New Issue