Skip to content

Commit e8c4f4e

Browse files
authored
Merge pull request #9 from GitGuardian/salomevoltz/scrt-4720-monitoring
fix(monitoring): update user agent variable name
2 parents bc701ff + 6e60670 commit e8c4f4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/ggshield-api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ export async function loginGGShield(
148148
env: {
149149
// eslint-disable-next-line @typescript-eslint/naming-convention
150150
GITGUARDIAN_API_URL: apiUrl,
151+
// eslint-disable-next-line @typescript-eslint/naming-convention
152+
GG_USER_AGENT: "gitguardian-vscode",
151153
},
152154
windowsHide: true,
153155
};

0 commit comments

Comments
 (0)