Skip to content

Commit

Permalink
Update browser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbielik authored Nov 26, 2024
1 parent 134d779 commit c248f34
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ class Braze {
baseUrl: this.endPoint,
allowUserSuppliedJavascript: this.allowUserSuppliedJavascript,
});
window.braze.addSdkMetadata([window.braze.BrazeSdkMetadata.CDN, 'rud']);

window.braze.automaticallyShowInAppMessages();
const { userId } = this.analytics;
// send userId if you have it https://js.appboycdn.com/web-sdk/latest/doc/module-appboy.html#.changeUser
Expand Down

0 comments on commit c248f34

Please sign in to comment.