Skip to content

Commit 872e8f9

Browse files
nadeskaBrdomalessi
authored andcommitted
Update collecting_browser_errors.md (#27511)
The documentation mentions: Note: Error Tracking processes errors that are sent with the source set to custom, source, report, network or console, and contain a stack trace. Errors sent with any other source (such as network) or sent from browser extensions are not processed by Error Tracking. The above, first mention that error tracking processes erros that are sent with the source set to "network". But then it says it does not, just here "Errors sent with any other source (such as network) or sent from browser extensions are not processed by Error Tracking." The current typo is misleading. I confirmed with Product manager for Error tracking that network errors are not supported in error tracking. Propose change: Remove "network" from this part "Error Tracking processes errors that are sent with the source set to custom, source, report, network or console, and contain a stack trace". It should be: Note: Error Tracking processes errors that are sent with the source set to custom, source, report or console, and contain a stack trace. Errors sent with any other source (such as network) or sent from browser extensions are not processed by Error Tracking.
1 parent 8d1711e commit 872e8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/real_user_monitoring/browser/collecting_browser_errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ addError(
5757
);
5858
{{< /code-block >}}
5959

60-
**Note**: [Error Tracking][4] processes errors that are sent with the source set to `custom`, `source`, `report`, `network` or `console`, and contain a stack trace. Errors sent with any other source (such as `network`) or sent from browser extensions are not processed by Error Tracking.
60+
**Note**: [Error Tracking][4] processes errors that are sent with the source set to `custom`, `source`, `report` or `console`, and contain a stack trace. Errors sent with any other source (such as `network`) or sent from browser extensions are not processed by Error Tracking.
6161

6262
{{< tabs >}}
6363
{{% tab "NPM" %}}

0 commit comments

Comments
 (0)