Skip to content

Commit

Permalink
Merge pull request #83 from IDEMSInternational/feat/analytics-config
Browse files Browse the repository at this point in the history
feat: add analytics config
  • Loading branch information
esmeetewinkel authored Sep 23, 2024
2 parents 81f1dd7 + 8c073b2 commit 3450f6d
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 3450f6d

Please sign in to comment.