Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. WalkthroughThis pull request introduces a new Pretty exporter for rendering span data in colorful, multi-line formatted output. The changes include a new Pretty class implementing the Exporter interface that formats span attributes with alignment and color coding, outputs errors to STDERR while using STDOUT for non-errors, filters span.\* prefixed attributes, and renders truncated stack traces. Supporting additions include a test suite validating core functionality and documentation updates in README.md describing the new exporter's capabilities. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
Exporter\Prettyfor colourful, human-readable multi-line span output designed for local developmentTest plan
vendor/bin/phpunit)PrettyTestcovers basic output, all attribute types, error handling, and span metadata🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes
New Features
Documentation