Skip to content

Commit c03f416

Browse files
author
Lael Birch
committed
Remove references to logApiClientError
This function does not exist
1 parent 8c69424 commit c03f416

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/logging/interface.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
* NewRelicLoggingService that sends messages to NewRelic that can be seen in NewRelic Browser and
66
* NewRelic Insights. When in development mode, all messages will instead be sent to the console.
77
*
8-
* When you use `logError` or `logApiClientError`, your errors will appear under "JS errors"
8+
* When you use `logError`, your errors will appear under "JS errors"
99
* for your Browser application.
1010
*
11-
* Additionally, when you use `logApiClientError`, you get some additional custom metrics for Axios
12-
* error responses. To see those details, you can use a New Relic Insights query like the
13-
* following
14-
*
1511
* ```
1612
* SELECT * from JavaScriptError WHERE errorStatus is not null SINCE 10 days ago
1713
* ```

0 commit comments

Comments
 (0)