Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Update includes/sdk-troubleshooting-and-debugging/browser.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alyssa Yu <[email protected]>
  • Loading branch information
markzegarelli and yuhao900914 authored Sep 19, 2023
1 parent 27f437f commit 28791d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/sdk-troubleshooting-and-debugging/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you have set up an API proxy and run into configuration issues related to tha

##### Events fired but no network requests

If you [set the logger to "Debug" level](./#debug-mode), and see track calls in the developer console, the `track()` method has been called. If you don't see the corresponding event in Amplitude, the Amplitude Instrumentation Explorer Chrome extension, or the network request tab of the browser, the event wasn't sent to Amplitude. Events are fired and placed in the SDK's internal queue upon a successful `track()` call, but sometimes these queued events may not send successfully. This can happen when an in-progress HTTP request is cancelled. For example, if you close the browser or leave the page with a `history.push()` event in React.
If you [set the logger to "Debug" level](./#debug-mode), and see track calls in the developer console, the `track()` method has been called. If you don't see the corresponding event in Amplitude, the Amplitude Instrumentation Explorer Chrome extension, or the network request tab of the browser, the event wasn't sent to Amplitude. Events are fired and placed in the SDK's internal queue upon a successful `track()` call, but sometimes these queued events may not send successfully. This can happen when an in-progress HTTP request is cancelled. For example, if you close the browser or leave the page.

There are two ways to address this issue:

Expand Down

0 comments on commit 28791d7

Please sign in to comment.