Skip to content

Commit f9e4c0e

Browse files
(Azure CXP) Updated table name AppSystemEvents to AppExceptions
https://github.com/MicrosoftDocs/azure-docs/issues/81917
1 parent 9161191 commit f9e4c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/apm-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ With workspace-based Application Insights resources data is stored in a Log Anal
2424
| pageViews | AppPageViews| Data about each website view with browser information. |
2525
| performanceCounters | AppPerformanceCounters | Performance measurements from the compute resources supporting the application, for example, Windows performance counters. |
2626
| requests | AppRequests | Requests received by your application. For example, a separate request record is logged for each HTTP request that your web app receives. |
27-
| exceptions | AppSystemEvents | Exceptions thrown by the application runtime, captures both server side and client-side (browsers) exceptions. |
27+
| exceptions | AppExceptions | Exceptions thrown by the application runtime, captures both server side and client-side (browsers) exceptions. |
2828
| traces | AppTraces | Detailed logs (traces) emitted through application code/logging frameworks recorded via TrackTrace(). |
2929

3030
## Table schemas

0 commit comments

Comments
 (0)