-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add pageLoadParentId configuration #1521
feat: add pageLoadParentId configuration #1521
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
packages/rum-core/src/performance-monitoring/transaction-service.js
Outdated
Show resolved
Hide resolved
|
||
/** | ||
* Set the parent id of the transaction to the page load parent ID. | ||
* This means that the backend transcaction will be the parent of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* This means that the backend transcaction will be the parent of | |
* This means that the backend transaction will be the parent of |
packages/rum-core/src/performance-monitoring/transaction-service.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a pending comment https://github.com/elastic/apm-agent-rum-js/pull/1521/files#r1901184242
Thanks @dgieselaar
b45d0a6
to
58c466b
Compare
Reviving #1187: