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
Copy file name to clipboardExpand all lines: libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/application_insights_telemetry_client.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -170,8 +170,8 @@ def track_request(
170
170
:param name: The name for this request. All requests with the same name will be grouped together.
171
171
:param url: The actual URL for this request (to show in individual request instances).
172
172
:param success: True if the request ended in success, False otherwise.
173
-
:param start_time: the start time of the request. The value should look the same
174
-
as the one returned by :func:`datetime.isoformat`. (defaults to: None)
173
+
:param start_time: the start time of the request. The value should look the same as the one returned by
174
+
:func:`datetime.isoformat()` (defaults to: None)
175
175
:param duration: the number of milliseconds that this request lasted. (defaults to: None)
176
176
:param response_code: the response code that this request returned. (defaults to: None)
177
177
:param http_method: the HTTP method that triggered this request. (defaults to: None)
0 commit comments