Do not emit errors when unable to extract client query

Summary:
^

Usually, when launching Chrome, this error will take place a significat amount of times. By looking at the HTTP request, it is difficult to determine the origin other than being a Chrome extension.

There's no actionable items in Flipper, so do not emit the error.

Changelog: Do not emit errors when unable to extract client query

Reviewed By: antonk52

Differential Revision: D34898603

fbshipit-source-id: fbeb2db7ec2914669192cbebc2e6b15464e31827
This commit is contained in:
Lorenzo Blasa
2022-03-16 02:26:42 -07:00
committed by Facebook GitHub Bot
parent cac6f85d17
commit 76847bbef1
4 changed files with 22 additions and 24 deletions

View File

@@ -37,6 +37,7 @@ export {
export {
ConnectivityError,
CancelledPromiseError,
UnableToExtractClientQueryError,
UserUnauthorizedError,
UserNotSignedInError,
NoLongerConnectedToClientError,