You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enable client-side logging in production via localStorage flag (#17935) (#22103)
Allow dynamic control of browser console logging in production mode by
checking localStorage for "vaadin.browserLog" flag. Developers can now
enable client-side logging in production using:
localStorage.setItem('vaadin.browserLog', 'true')
This helps with debugging production issues without requiring JAR
modifications or rebuilds.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments