Service
In Configuration | API Call |
---|---|
{ "serviceName": "Product details" } |
PLUMBR.setServiceName('Product details') |
Set the service for the current transaction. The service name set in configuration is always the service name for the transaction that represents loading the page, while API calls mean the transaction that was currently active. For example in a SPA when the API method is called after user clicks on a link, it will be used to define the service of the transaction that is made by user clicking on the link.