Addressed review comments by explicitly mentioning that type of identifier in the set_debug_transaction_identifier(id) method.

This commit is contained in:
Balachandar Namasivayam 2019-12-10 17:30:46 -08:00
parent e9ad99ae72
commit 2d4339ae7a
3 changed files with 3 additions and 3 deletions

View File

@ -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::

View File

@ -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|

View File

@ -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|