Skip to content

Commit fce3d65

Browse files
chore: attempting log
1 parent b07fcd8 commit fce3d65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sqladmin-fetcher.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ export class SQLAdminFetcher {
175175
instance: instanceId,
176176
});
177177
const userAgent = res.config.headers!['User-Agent'];
178+
console.warn('Printing user agent!!!');
178179
console.log('UserAgent: ', userAgent);
179180
if (!res.data) {
180181
throw new CloudSQLConnectorError({

0 commit comments

Comments
 (0)