File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import type { LDClient } from 'launchdarkly-js-client-sdk ' ;
1+ import type { LDClient } from '../../types/plugins/LDClient ' ;
22import type { FeedbackSentiment } from '../../types/analytics' ;
33import { isDoNotTrackEnabled } from './browser' ;
44import { sendFeedback } from './feedback' ;
Original file line number Diff line number Diff line change 11import { LDRecord } from '@launchdarkly/session-replay' ;
2- import type { LDClient } from '@launchdarkly/js-client-sdk ' ;
2+ import type { LDClient } from '../../types/plugins/LDClient ' ;
33
44export type LDFeedbackSentiment = 'positive' | 'neutral' | 'negative' ;
55
Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ export interface LDClient {
1515 getContext ( ) : any ;
1616 on ( key : string , callback : ( ...args : any [ ] ) => void ) : void ;
1717 off ( key : string , callback : ( ...args : any [ ] ) => void ) : void ;
18+ flush ( ) : void ;
1819}
You can’t perform that action at this time.
0 commit comments