Amplitude - [!--- Please fill out the template to the best of your ability --] ## Expected Behavior expect that no response error when sending event to amplitude ## Current Behavior [image] I found some issue on sentry.
## The fix
When events stop arriving and your code looks right, check whether something on the network is blocking Amplitude. Several users traced this to ad blockers, browser privacy extensions, a VPN, or a regional network block on the Amplitude endpoint. Steps that confirmed it: disable ad blockers and privacy extensions, try a different network (phone hotspot is a quick test), and check your router or firewall rules. If events flow on another network, the cause is the block, not your code. One user reported that switching the transport to xhr seemed better, but that was never confirmed, so do not rely on it.
Thread: gh:amplitude/Amplitude-TypeScript#579