Skip to content

Commit

Permalink
feat(braze): make logs visibility configurable braze (#240)
Browse files Browse the repository at this point in the history
* feat(braze): make logs visibility configurable braze

* Update schema.json
  • Loading branch information
aashishmalik authored Jan 6, 2023
1 parent c943468 commit c052a6d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/destinations/braze/db_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dataCenter",
"trackAnonymousUser",
"enableSubscriptionGroupInGroupCall",
"enableLoggingToConsole",
"enableNestedArrayOperations",
"supportDedup",
"blacklistedEvents",
Expand Down
5 changes: 4 additions & 1 deletion data/destinations/braze/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"enableSubscriptionGroupInGroupCall": {
"type": "boolean"
},
"enableLoggingToConsole": {
"type": "boolean"
},
"enableNestedArrayOperations": {
"type": "boolean"
},
Expand Down Expand Up @@ -107,4 +110,4 @@
}
}
}
}
}
7 changes: 7 additions & 0 deletions data/destinations/braze/ui_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@
"value": "supportDedup",
"default": false,
"footerNote": "Turn on if you want to enable Deduplicate Traits on identify, supported only in device mode"
},
{
"type": "checkbox",
"label": "Show braze logs",
"value": "enableLoggingToConsole",
"default": false,
"footerNote": "Turn on if you want to show braze logs to customer"
}
]
},
Expand Down

0 comments on commit c052a6d

Please sign in to comment.