Skip to content

Commit 58c466b

Browse files
committed
Review feedback
1 parent 472a230 commit 58c466b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/rum-core/src/performance-monitoring/navigation/capture-navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function captureNavigation(transaction) {
9898

9999
/**
100100
* Set the parent id of the transaction to the page load parent ID.
101-
* This means that the backend transcaction will be the parent of
101+
* This means that the backend transaction will be the parent of
102102
* the page load transaction, which is useful for e.g Synthetics.
103103
*/
104104

packages/rum-core/src/performance-monitoring/transaction-service.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,7 @@ class TransactionService {
284284
if (name === NAME_UNKNOWN && pageLoadTransactionName) {
285285
tr.name = pageLoadTransactionName
286286
}
287-
288-
tr.parentId = tr.options.pageLoadParentId
289-
287+
290288
/**
291289
* Capture the TBT as span after observing for all long task entries
292290
* and once performance observer is disconnected

0 commit comments

Comments
 (0)