Skip to content

Conversation

@moreirawebmaster
Copy link
Owner

Release v1.4.1 - Clarity Config & Logging Enhancements

🔧 Technical Improvements

  • Enhanced Clarity Configuration: Improved EngineClarityConfig with better integration patterns
  • Logging System Updates: Enhanced EngineLog functionality and log level management
  • Widget Integration: Refined EngineWidget for better Clarity integration
  • Enum Improvements: Enhanced EngineLogLevelType with additional capabilities

📚 Configuration Updates

  • Optimized Dependencies: Continued refinement from v1.4.0 dependency cleanup
  • Performance: Minor performance improvements in configuration handling

🔒 Code Quality

  • Maintained Standards: All lint rules and testing standards preserved
  • Zero Breaking Changes: Fully backward compatible with v1.4.0

🎯 Focus Areas

This patch release focuses on:

  • Better Microsoft Clarity integration configuration
  • Enhanced logging capabilities
  • Improved widget system for tracking

Ready for production deployment! 🚀

Enhance clarity integration and logging improvements
@moreirawebmaster moreirawebmaster merged commit 0c4b3c7 into main Jul 2, 2025
3 of 4 checks passed
@moreirawebmaster moreirawebmaster deleted the release/v1.4.1 branch July 2, 2025 21:36
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Fatal Errors Logged as Verbose

EngineLogLevelType.fatal is incorrectly mapped to LogLevel.Verbose. As fatal errors represent the highest severity, this semantic error causes critical issues to be logged at a low verbosity level in Microsoft Clarity, rather than a high-priority error level. This appears to be a copy-paste error.

lib/src/widgets/engine_widget.dart#L24-L25

EngineLogLevelType.verbose => LogLevel.Verbose,
EngineLogLevelType.fatal => LogLevel.Verbose,

Fix in Cursor


BugBot free trial expires on July 22, 2025
You have used $0.00 of your $50.00 spend limit so far. Manage your spend limit in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants