File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
packages/rum-core/src/performance-monitoring Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments