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: articles/azure-portal/capture-browser-trace.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,43 +28,43 @@ The following steps show how to use the developer tools in Microsoft Edge. For m
28
28
29
29
1. By default, the browser keeps trace information only for the page that's currently loaded. Set the following options so the browser keeps all trace information, even if your repro steps require going to more than one page:
30
30
31
-
1. Select the **Network** tab, then select **Preserve log**.
31
+
1. Select the **Console** tab, select **Console settings**, then select **Preserve Log**.
32
32
33
-

33
+
:::image type="content" source="media/capture-browser-trace/edge-console-preserve-log.png" alt-text="Screenshot that highlights the Preserve log option on the Console tab in Edge.":::
34
34
35
-
1. Select the **Console** tab, select **Console settings**, then select **Preserve Log**.
35
+
1. Select the **Network** tab, then select **Preserve log**.
36
36
37
-

37
+
:::image type="content" source="media/capture-browser-trace/edge-network-preserve-log.png" alt-text="Screenshot that highlights the Preserve log option on the Network tab in Edge.":::
38
38
39
-
1.Select the **Network** tab, then select **Stop recording network log** and **Clear**.
39
+
1.On the **Network** tab, select **Stop recording network log** and **Clear**.
40
40
41
-

41
+
:::image type="content" source="media/capture-browser-trace/edge-stop-clear-session.png" alt-text="Screenshot showing the Stop recording network log and Clear options on the Network tab in Edge.":::
42
42
43
43
1. Select **Record network log**, then reproduce the issue in the portal.
44
44
45
-

45
+
:::image type="content" source="media/capture-browser-trace/edge-start-session.png" alt-text="Screenshot showing how to record the network log in Edge.":::
46
46
47
-
You will see session output similar to the following image.
47
+
You'll see session output similar to the following image.
48
48
49
-

49
+
:::image type="content" source="media/capture-browser-trace/edge-browser-trace-results.png" alt-text="Screenshot showing session output in Edge.":::
50
50
51
51
1. After you have reproduced the unexpected portal behavior, select **Stop recording network log**, then select **Export HAR** and save the file.
52
52
53
-

53
+
:::image type="content" source="media/capture-browser-trace/edge-network-export-har.png" alt-text="Screenshot showing how to Export HAR on the Network tab in Edge.":::
54
54
55
55
1. Stop the Steps Recorder and save the recording.
56
56
57
57
1. Back in the browser developer tools pane, select the **Console** tab. Right-click one of the messages, then select **Save as...**, and save the console output to a text file.
58
58
59
-

59
+
:::image type="content" source="media/capture-browser-trace/edge-console-select.png" alt-text="Sccreenshot showing how to save the console output in Edge.":::
60
60
61
61
1. Package the browser trace HAR file, console output, and screen recording files in a compressed format such as .zip.
62
62
63
63
1. Share the compressed file with Microsoft support by [using the **File upload** option in your support request](supportability/how-to-manage-azure-support-request.md#upload-files).
64
64
65
65
## Google Chrome
66
66
67
-
The following steps show how to use the developer tools in Microsoft Edge. For more information, see [Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools).
67
+
The following steps show how to use the developer tools in Google Chrome. For more information, see [Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools).
68
68
69
69
1. Sign in to the [Azure portal](https://portal.azure.com). It's important to sign in _before_ you start the trace so that the trace doesn't contain sensitive information related to your account.
0 commit comments