You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have a new API called rename_transaction(string newName) which adds a Request tag called transaction.name and a value of the supplied name.
This is used to override the automatically detected name, all of the processing happens in the Core Agent. It is useful in hypothetical handlers like: /handle.php?action=updateUser. In real code, this pattern is most common in new code when handling graphql endpoints.
The text was updated successfully, but these errors were encountered:
We should have a new API called
rename_transaction(string newName)
which adds a Request tag calledtransaction.name
and a value of the supplied name.This is used to override the automatically detected name, all of the processing happens in the Core Agent. It is useful in hypothetical handlers like:
/handle.php?action=updateUser
. In real code, this pattern is most common in new code when handling graphql endpoints.The text was updated successfully, but these errors were encountered: