Skip to content

Commit

Permalink
fix: upgrade braze version from 5.0 to 5.3 (#1784)
Browse files Browse the repository at this point in the history
* fix: upgrading the braze sdk version

* feat: adding the latest bug fixed version

* fix: fixing the working version

---------

Co-authored-by: Moumita <[email protected]>
  • Loading branch information
shrouti1507 and MoumitaM authored Jul 17, 2024
1 parent 623e159 commit 60a3111
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const loadNativeSdk = () => {
return new window.braze.User();
};
(y = p.createElement(P)).type = 'text/javascript';
y.src = 'https://js.appboycdn.com/web-sdk/5.0/braze.min.js';
y.src = 'https://js.appboycdn.com/web-sdk/5.3/braze.min.js';
y.async = 1;
y.setAttribute('data-loader', LOAD_ORIGIN);
(b = p.getElementsByTagName(P)[0]).parentNode.insertBefore(y, b);
Expand Down

0 comments on commit 60a3111

Please sign in to comment.