-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use DEBUG logging var on the frontend #275
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Playwright test resultsDetails Open report ↗︎ Skipped testsNo persona › tests/auth.test.ts › authenticate through Clerk UI |
bc57726
to
a4d4e2b
Compare
069e788
to
34b2810
Compare
Quality Gate passedIssues Measures |
🎉 This PR is included in version 1.13.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
The
DEBUG
env var has helped me to keep local server logs clear and help me focus on specific areas I'm working on. At the moment that variable isn't configured on the frontendThis PR forwards the value in
DEBUG
to the frontend as well so we can filter logs there