feat(tracker): tracker 9.0.0 release
This commit is contained in:
parent
70cc95946c
commit
6b5bf192b7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export interface FetchPersistFlagsData {
|
|||
}
|
||||
|
||||
export default class FeatureFlags {
|
||||
flags: IFeatureFlag[]
|
||||
flags: IFeatureFlag[] = []
|
||||
storageKey = '__openreplay_flags'
|
||||
onFlagsCb: (flags: IFeatureFlag[]) => void
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue