2.7.2
·
65 commits
to main
since this release
2.7.2 (2025-09-11)
Bug Fixes
- Improved plugin logging and is now limited to node development environments by default and can be enabled manually by setting
CUSTOMERIO_DEBUG_MODE=truein env (#306) (aa32215) - Auto initialization
configis now lenient and only runs duringprebuild. To enforce strict checks, setCUSTOMERIO_STRICT_MODE=truein env (#307) (d57d650) - Push config is now optional if app includes a valid
google-services.jsonusing other means, auto-initialization will work as long as the build succeeds (#300) (548bc01) (#309) (a69e62b)