You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An advantage of TrackTrace is that you can put relatively long data in the message. For example, you can encode POST data there.
158
+
An advantage of `TrackTrace` is that you can put relatively long data in the message. For example, you can encode POST data there.
159
159
160
160
You can also add a severity level to your message. And, like other telemetry, you can add property values to help filter or search for different sets of traces. For example:
161
161
@@ -197,7 +197,7 @@ You can, for example:
197
197
198
198
* Filter on log traces or on items with specific properties.
199
199
* Inspect a specific item in detail.
200
-
* Find other system log data that relates to the same user request (has the same OperationId).
200
+
* Find other system log data that relates to the same user request (has the same operation ID).
201
201
* Save the configuration of a page as a favorite.
202
202
203
203
> [!NOTE]
@@ -259,4 +259,4 @@ Perhaps your application sends voluminous amounts of data and you're using the A
0 commit comments