library · inferred from evidence
Braze web SDK
The Braze web SDK, a library for integrating Braze functionality into web applications.
- subscribeToContentCardsUpdates not firing in Next.js (Braze web SDK)
On Next.js with Braze Web SDK 4.1.0 installed via npm, `subscribeToContentCardsUpdates((cards) => ...)` never fires after `initialize()` succeeds. The reporter expected existing Content Cards to appear on login and new cards to arrive while
- Braze web SDK unusable without 'unsafe-eval' Content Security Policy
A site with a strict Content Security Policy (no 'unsafe-eval') loads the Braze web SDK through Google Tag Manager, one of Braze's recommended methods. The SDK's initialization snippet used `new Function("")`, which the CSP blocks, and rela