Skip to content

Commit

Permalink
Merge branch 'launchdarkly:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
professorice authored Jan 14, 2025
2 parents a84771f + 20cccbf commit 50fb7c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/telemetry/browser-telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"url": "https://github.com/launchdarkly/js-core/issues"
},
"dependencies": {
"rrweb": "2.0.0-alpha.4",
"tracekit": "^0.4.6"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export default class BrowserTelemetryImpl implements BrowserTelemetry {
this._pendingEvents.forEach((event) => {
this._client?.track(event.type, event.data);
});
this._pendingEvents = [];
}

inspectors(): LDInspection[] {
Expand Down

0 comments on commit 50fb7c7

Please sign in to comment.