Skip to content

Commit 7f24963

Browse files
authored
Merge pull request #6 from IDEMSInternational/ChrisMarsh82-patch-1
Added error logs
2 parents efff6f5 + 66b9e3d commit 7f24963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ config.android = {
2020

2121
config.git = {
2222
content_repo: "https://github.com/IDEMSInternational/plh-facilitator-app-tz-content.git",
23-
content_tag_latest: "1.1.2",
23+
content_tag_latest: "1.1.3",
2424
};
2525

2626
config.api.db_name = "plh_facilitator_tz"
@@ -37,5 +37,6 @@ config.app_config.APP_THEMES.defaultThemeName = "professional";
3737
config.app_config.APP_UPDATES.enabled = true;
3838
config.app_config.APP_UPDATES.completeUpdateTemplate = "app_update_complete";
3939
config.app_config.APP_FOOTER_DEFAULTS.templateName = "footer";
40+
config.error_logging = { dsn: "https://[email protected]/5662"};
4041

4142
export default config;

0 commit comments

Comments
 (0)