Skip to content

Commit b307ae5

Browse files
committed
add call to _setCallerSdkType() on transport class
1 parent f45b282 commit b307ae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/data-connect/src/api/DataConnect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export class DataConnect {
125125
// @internal
126126
_setCallerSdkType(callerSdkType: CallerSdkType): void {
127127
this._callerSdkType = callerSdkType;
128+
this._transport._setCallerSdkType(callerSdkType);
128129
}
129130
_delete(): Promise<void> {
130131
_removeServiceInstance(

0 commit comments

Comments
 (0)