Skip to content

Commit b32b906

Browse files
authored
Merge pull request #52 from IDEMSInternational/ChrisMarsh82-patch-1
Added error logs
2 parents 018117b + 3316940 commit b32b906

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
@@ -13,7 +13,7 @@ config.google_drive = {
1313

1414
config.git = {
1515
content_repo: "https://github.com/IDEMSInternational/plh-facilitator-app-content.git",
16-
content_tag_latest: "1.1.12",
16+
content_tag_latest: "1.1.13",
1717
};
1818

1919
config.api.db_name = "plh_facilitator"
@@ -28,5 +28,6 @@ config.app_config.APP_THEMES.available = ["default", "professional"];
2828
config.app_config.APP_UPDATES.enabled = true;
2929
config.app_config.APP_UPDATES.completeUpdateTemplate = "app_update_complete";
3030
config.app_config.APP_FOOTER_DEFAULTS.templateName = "footer";
31+
config.error_logging = { dsn: "https://d833ed6883e0415caa2f166434ad8c13@app.glitchtip.com/5663"};
3132

3233
export default config;

0 commit comments

Comments
 (0)