Skip to content

Commit

Permalink
Merge branch 'main' into mzafir/react-native-jest-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
professorice authored Jan 14, 2025
2 parents 2ef130b + 20cccbf commit acdd8f0
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 acdd8f0

Please sign in to comment.