We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa1837 commit 9d53946Copy full SHA for 9d53946
packages/telemetry/src/auto-constants.ts
@@ -15,5 +15,10 @@
15
* limitations under the License.
16
*/
17
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
+ */
23
// eslint-disable-next-line @typescript-eslint/no-explicit-any
24
export const AUTO_CONSTANTS: any = {};
0 commit comments