feat: filter messages with `process.env.DEBUG`
resolves #167 resolves #253 resolves #258
Codecov Report
Attention: Patch coverage is 95.89041% with 3 lines in your changes missing coverage. Please review.
Project coverage is 33.09%. Comparing base (
24c98ce) to head (5ffb2fc). Report is 57 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/utils/filter.ts | 95.65% | 3 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #365 +/- ##
===========================================
- Coverage 61.08% 33.09% -28.00%
===========================================
Files 13 44 +31
Lines 1380 1795 +415
Branches 58 120 +62
===========================================
- Hits 843 594 -249
- Misses 537 1174 +637
- Partials 0 27 +27
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Thank you for PR, it was a missing functionality to filter debug.
I will properly review as soon as I can. In the meantime do you think we could reduce anything from bundle size?
No problem,take your time😀
I'll try to reduce the bundle size as I can 🚀