Skip to content

Commit fc43054

Browse files
Merge pull request #2449 from ajzeffer/develop
chore: updating troubleshooting docs with flush use case
2 parents 13f899c + f954ac7 commit fc43054

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/_includes/content/troubleshooting-server-debugger.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
1. Double check that you've followed all the steps in the [Quickstart](quickstart/).
44

55
2. Make sure that you're calling one of our API methods once the library is successfully installed—[`identify`](#identify), [`track`](#track), etc.
6+
7+
3. Make sure your application isn't shutting down before the `Analytics.Client` local queue events are pushed to Segemet. You can manually call `Analytics.Client.Flush()` to ensure the queue is fully processed before shutdown.

0 commit comments

Comments
 (0)