Skip to content

Commit

Permalink
Merge branch 'main' into rlamb/emsr-14/export-initialization-method
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Jan 14, 2025
2 parents 8ae8ac5 + 20cccbf commit 3fd9759
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions packages/telemetry/browser-telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
"bugs": {
"url": "https://github.com/launchdarkly/js-core/issues"
},
"dependencies": {
"rrweb": "2.0.0-alpha.4",
"tracekit": "0.4.6"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@launchdarkly/js-client-sdk": "0.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,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 3fd9759

Please sign in to comment.