File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const codesInfo: [number, string][] = codesWarn.concat([
11
11
[ c . IMPRESSION , c . LOG_PREFIX_IMPRESSIONS_TRACKER + 'Feature flag: %s. Key: %s. Evaluation: %s. Label: %s' ] ,
12
12
[ c . IMPRESSION_QUEUEING , c . LOG_PREFIX_IMPRESSIONS_TRACKER + 'Queueing corresponding impression.' ] ,
13
13
[ c . NEW_SHARED_CLIENT , 'New shared client instance created.' ] ,
14
- [ c . NEW_FACTORY , 'New Split SDK instance created.' ] ,
14
+ [ c . NEW_FACTORY , 'New Split SDK instance created. %s ' ] ,
15
15
[ c . EVENTS_TRACKER_SUCCESS , c . LOG_PREFIX_EVENTS_TRACKER + 'Successfully queued %s' ] ,
16
16
[ c . IMPRESSIONS_TRACKER_SUCCESS , c . LOG_PREFIX_IMPRESSIONS_TRACKER + 'Successfully stored %s impression(s).' ] ,
17
17
[ c . USER_CONSENT_UPDATED , 'UserConsent: consent status changed from %s to %s.' ] ,
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export function sdkFactory(params: ISdkFactoryParams): SplitIO.ISDK | SplitIO.IA
113
113
initCallbacks . length = 0 ;
114
114
}
115
115
116
- log . info ( NEW_FACTORY ) ;
116
+ log . info ( NEW_FACTORY , [ settings . version ] ) ;
117
117
118
118
// @ts -ignore
119
119
return objectAssign ( {
You can’t perform that action at this time.
0 commit comments