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 3438925 commit 4cf6c3bCopy full SHA for 4cf6c3b
src/components/app/details/appDetails/constants.ts
@@ -14,9 +14,11 @@
14
* limitations under the License.
15
*/
16
17
+import ReactGA from 'react-ga4'
18
+
19
export const APP_METRICS_CALENDAR_INPUT_DATE_FORMAT = 'DD-MM-YYYY hh:mm:ss'
20
-export const DA_APP_DETAILS_GA_EVENTS = {
21
+export const DA_APP_DETAILS_GA_EVENTS: Record<string, Parameters<typeof ReactGA.event>[0]> = {
22
DeployButtonClicked: {
23
category: 'App Details',
24
action: 'DA_APP_DETAIL_DEPLOY',
0 commit comments