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:
committed by
Facebook GitHub Bot
parent
cac6f85d17
commit
76847bbef1
@@ -37,6 +37,7 @@ export {
|
||||
export {
|
||||
ConnectivityError,
|
||||
CancelledPromiseError,
|
||||
UnableToExtractClientQueryError,
|
||||
UserUnauthorizedError,
|
||||
UserNotSignedInError,
|
||||
NoLongerConnectedToClientError,
|
||||
|
||||
Reference in New Issue
Block a user