chore: add hostname option to extension (#177)

This commit is contained in:
Juan Sebastian velez Posada
2023-03-15 14:14:21 -05:00
committed by GitHub
parent ae22ab5a9d
commit 1e9e233066
7 changed files with 55 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ export interface Datum {
}
export interface SendHeartbeat {
hostname: string;
project: string | null;
url: string;
}