Telemetry - OfficeDev/microsoft-teams-apps-requestateam GitHub Wiki
Power Apps have an experimental advanced tools tab in it which monitors all the events triggered from the app.
- Edit the Power App and click on advanced tools symbol in the on the left vertical menu.
- On 'Monitor (experimental)' tile, click on 'Open monitor' link, which will open the page with tracking of events.
The Activity monitor tracks the following actions:
- Click event.
- Data refresh.
- Duration of an event.
- Data source of every event along with event name.
- UI Control on which operation is performed.