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.
1 parent 8b3fbc1 commit 46a3a0aCopy full SHA for 46a3a0a
packages/app/src/heartbeatService.ts
@@ -119,7 +119,8 @@ export class HeartbeatServiceImpl implements HeartbeatService {
119
* Returns a base64 encoded string which can be attached to the heartbeat-specific header directly.
120
* It also clears all heartbeats from memory as well as in IndexedDB.
121
*
122
- * NOTE: It will read heartbeats from the heartbeatsCache, instead of from indexedDB to reduce latency
+ * NOTE: Consuming product SDKs should not send the header if this method
123
+ * returns an empty string.
124
*/
125
async getHeartbeatsHeader(): Promise<string> {
126
if (this._heartbeatsCache === null) {
0 commit comments