We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sendFeedback
1 parent 1d59d8a commit 4de45f9Copy full SHA for 4de45f9
packages/feedback/src/core/sendFeedback.ts
@@ -55,12 +55,6 @@ export const sendFeedback: SendFeedback = (
55
return resolve(eventId);
56
}
57
58
- if (response && typeof response.statusCode === 'number' && response.statusCode === 0) {
59
- return reject(
60
- 'Unable to send Feedback. This is because of network issues, or because you are using an ad-blocker.',
61
- );
62
- }
63
-
64
if (response && typeof response.statusCode === 'number' && response.statusCode === 403) {
65
return reject(
66
'Unable to send Feedback. This could be because this domain is not in your list of allowed domains.',
0 commit comments