Skip to content

Commit

Permalink
Update API-reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Szostak authored Jul 6, 2016
1 parent fe3be91 commit 1f9fe50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions API-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ Values that control how the telemetry data is sent.
// Custom cookie domain. This is helpful if you want to share Application Insights cookies across subdomains.
cookieDomain: string;
// If true, the buffer with all unsent telemetry is stored in a session storage. The buffer is resotered on page load.
// The feature is enable by default starting with v0.23.0.
enableSessionStorageBuffer: boolean;
}

Set these values in [the snippet](https://azure.microsoft.com/documentation/articles/app-insights-javascript/) that you insert in your web pages.
Expand Down

0 comments on commit 1f9fe50

Please sign in to comment.