Skip to content

Commit 9d53946

Browse files
committed
Add doc comment
1 parent 6fa1837 commit 9d53946

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/telemetry/src/auto-constants.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
* limitations under the License.
1616
*/
1717

18+
/**
19+
* A map of constants intended to be optionally overwritten during the application build process.
20+
* The supported keys are:
21+
* - appVersion: string indicating the version of source code being deployed (eg. git commit hash)
22+
*/
1823
// eslint-disable-next-line @typescript-eslint/no-explicit-any
1924
export const AUTO_CONSTANTS: any = {};

0 commit comments

Comments
 (0)