Skip to content

Commit f461a1d

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/powerapps-docs-pr (branch live)
2 parents 87e9ad7 + ecaca60 commit f461a1d

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

powerapps-docs/maker/canvas-apps/application-insights.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: Analyze telemetry of a canvas app using Application Insights
33
description: Learn about how to analyze app telemetry of canvas apps using Application Insights.
4-
author: tapanm-msft
5-
4+
author: mattgon
65
ms.topic: conceptual
76
ms.custom: canvas
87
ms.reviewer: tapanm
9-
ms.date: 02/19/2021
8+
ms.date: 05/05/2022
109
ms.subservice: canvas-maker
1110
ms.author: austinj
1211
search.audienceType:
@@ -15,6 +14,8 @@ search.app:
1514
- PowerApps
1615
contributors:
1716
- tapanm-msft
17+
- maustinjones
18+
- mattgon
1819
---
1920

2021
# Analyze telemetry of a canvas app using Application Insights
@@ -315,16 +316,25 @@ A set of default dimensions is also added to the *customDimensions* property on
315316
316317
| Dimension Name | Represents |
317318
|-----------------|-------------------------------------------------------|
318-
| ms-appId | The Application ID of the app that sent the event. |
319-
| ms-appName | The Application name of the app that sent the event. |
320-
| ms-appSessionId | The application session ID. |
319+
| ms-appId | The Application ID of the app that sent the event. |
320+
| ms-appname | The Application name of the app that sent the event. |
321+
| ms-appSessionId | The application session ID. This value may not be populated is some scenarios. When available, this value overrides the standard App Insights sessionID dimension. |
322+
| ms-tenantID | The unique identifier of the tenant where the application is published. |
323+
| ms-environmentId | The name of the environment where the application is published. |
324+
| userId | A unique identifier for the end-user associated with the session. |
325+
| ms-duration | An imputed value measuring the time it takes for a user to navigate from one screen to another. This value overrides the standard App Insights PageView duration dimension. |
326+
| sessionId | A session ID that can be used to correlate all events associated with a single application session. This value will always be present and is recommended for understanding unique session count. This value is taken from the player's session ID and is shown when viewing the session details while playing the app. Session ID might sometimes get a default, random, and unique Application Insights generated value. This default value isn't reliable and doesn't correlate with any app-specific parameters. |
327+
| Duration | An imputed value measuring the time it takes for a user to navigate from one screen to another. This value is the same as the duration reported by the ms-duration dimension. |
328+
| ms-isTest | Indicates if the session is associated with the Test Studio test runner. |
329+
| ms-currentScreenName | The name of the page an end user is navigating from (present for page navigation events). |
330+
| ms-targetScreenName | The name of the page an end user is navigating to (present for page navigation events). |
321331
322332
## Unsupported scenarios
323333
324334
App Insights doesn't support the following scenarios.
325335
326-
- Offline and mobile apps/player events (both Android and iOS) are not captured.
327-
- Network requests and errors are not captured.
328-
- GCC and non-public clouds are not supported.
336+
- Offline and mobile apps/player events (both Android and iOS) aren't captured.
337+
- Network requests and errors aren't captured.
338+
- GCC and non-public clouds aren't supported.
329339
330340
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)