Skip to content

Commit

Permalink
region mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
BidishaMS committed Feb 6, 2024
1 parent 6fa84ac commit ce907da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/client/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export function activate(context: vscode.ExtensionContext): void {
}
}
const geo = queryParamsMap.get('geo')?.toUpperCase();
// Authenticated scenario. Pass the geo to OneDSLogger for data boundary
if(geo !== undefined && geo !== null && geo !== ''){
oneDSLoggerWrapper.instantiate(queryParamsMap.get('geo')?.toUpperCase());
}
Expand Down

0 comments on commit ce907da

Please sign in to comment.