Skip to content

Commit

Permalink
feat: add analytics config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Sep 16, 2024
1 parent 1a91221 commit 1ab3330
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ config.android = {
icon_asset_background_path: "./app_data/assets/android/icon-background.png",
}

config.analytics={
enabled:true,
provider:'matomo',
siteId: 2,
endpoint: "https://apps-server.idems.international/analytics"
}

config.ios.app_id = "international.idems.debug-app"
config.ios.app_name = "Debug App"

Expand Down

0 comments on commit 1ab3330

Please sign in to comment.