Skip to content

Commit 144e75d

Browse files
Merge pull request #1133 from browserstack/fix/SDK-6574-buildupdate-oneshot-guard
fix(observability): BuildUpdate one-shot guard — flip haveSentBuildUpdate [SDK-6574]
2 parents 15e4789 + a18691a commit 144e75d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/testObservability/reporter/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ class MyReporter {
577577
}
578578
};
579579
await uploadEventData(buildUpdateData);
580+
this.haveSentBuildUpdate = true;
580581
}
581582

582583
// Add started hooks to the hash

0 commit comments

Comments
 (0)