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 977a8a0 commit 74a45c8Copy full SHA for 74a45c8
sdk/@launchdarkly/observability-react-native/src/sdk/BufferedClass.ts
@@ -1,5 +1,8 @@
1
type Event = { method: string; args: any[] }
2
3
+// TODO: Consider sharing this class with other SDKs. We also may want to
4
+// re-think the logic for when we exceed capacity and drop old events to make
5
+// room for new ones.
6
export class BufferedClass<T extends object> {
7
protected _sdk!: T
8
protected _isLoaded = false
0 commit comments