Skip to content

Commit affe516

Browse files
Minor changes made
1 parent 1888894 commit affe516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/apm/agents/net-agent/net-agent-api/net-agent-api.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2334,7 +2334,7 @@ The following list contains the different calls you can make with the API, inclu
23342334

23352335
### Description
23362336

2337-
Sets a custom transaction name, to be appended after an initial prefix (`WebTransaction` or `OtherTransaction`) based on the type of the current transaction. Before you use this call, ensure you understand the implications of [metric grouping issues](/docs/agents/manage-apm-agents/troubleshooting/metric-grouping-issues).
2337+
Set a custom transaction name, to be appended after an initial prefix (`WebTransaction` or `OtherTransaction`) based on the type of the current transaction. Before you use this call, ensure you understand the implications of [metric grouping issues](/docs/agents/manage-apm-agents/troubleshooting/metric-grouping-issues).
23382338

23392339
If you use this call multiple times within the same transaction, each call overwrites the previous call and the last call sets the name.
23402340

@@ -2483,7 +2483,7 @@ The following list contains the different calls you can make with the API, inclu
24832483

24842484
### Description
24852485

2486-
Sets the URI of the current transaction. The URI appears in the `request.uri` attribute of [transaction traces](/docs/apm/transactions/transaction-traces/transaction-traces) and [transaction events](/docs/using-new-relic/metrics/analyze-your-metrics/data-collection-metric-timeslice-event-data), and it also can affect transaction naming.
2486+
Set the URI of the current transaction. The URI appears in the `request.uri` attribute of [transaction traces](/docs/apm/transactions/transaction-traces/transaction-traces) and [transaction events](/docs/using-new-relic/metrics/analyze-your-metrics/data-collection-metric-timeslice-event-data), and it also can affect transaction naming.
24872487

24882488
If you use this call multiple times within the same transaction, each call overwrites the previous call. The last call sets the URI.
24892489

0 commit comments

Comments
 (0)