Skip to content

Commit

Permalink
Add Google Analytic measurementId for develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Karbashevskyi committed Nov 6, 2024
1 parent 02c1035 commit 4411577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/environment/environment.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export const environment = {
projectId: "beeoclock-develop",
storageBucket: "beeoclock-develop.appspot.com",
messagingSenderId: "957741407419",
appId: "1:957741407419:web:4c7e90f6e06f697daa5d9e"
appId: "1:957741407419:web:4c7e90f6e06f697daa5d9e",
measurementId: "G-CS1RTNPTP2"
},
production: true,
config: {
Expand Down

0 comments on commit 4411577

Please sign in to comment.