Skip to content

Commit

Permalink
Update api comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Oct 20, 2023
1 parent b6561a4 commit 1f49989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solarwinds_apm/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def set_transaction_name(custom_name: str) -> bool:
Assign a custom transaction name to a current request. If multiple
transaction names are set on the same trace, then the last one is used.
Overrides default, out-of-the-box naming based on URL/controller/action.
Takes precedence over transaction_name set in environment variable or
config file.
Any uppercase to lowercase conversions or special character replacements
are done by the platform. Any truncations are done by the core extension.
Expand Down

0 comments on commit 1f49989

Please sign in to comment.