in packages/synthetics-sdk-api/src/auto_instrumentation.ts [137:143]
async getInstrumentedLogger(): Promise<Logger> {
this.gcpProjectId = await resolveProjectId(
this.gcpProjectId,
this.authArgs
);
return this.logger;
}