Propagate execution context from Canvas #126797
Labels
Feature:Canvas
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:large
Large Level of Effort
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Solutions can now utilize
useExecutionContext
to make sure all outgoing requests (search, saved objects) are properly traced back to a page and an entity (in ES, APM and Fullstory).useExecutionContext
on the top most react component that renders each page (list, editor, etc).page
names should be short and consistent (no unique identifiers).id
field can be used to track the main entity handled by the page (for example the displayed dashboard). Leave it empty if not applicable (For example on a listing page).The text was updated successfully, but these errors were encountered: