-
Notifications
You must be signed in to change notification settings - Fork 83
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: add event name in breadcrumb #1912
Conversation
📝 WalkthroughWalkthroughThe pull request introduces modifications to the size limits in the configuration file Changes
Possibly related PRs
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1912 +/- ##
========================================
Coverage 57.69% 57.69%
========================================
Files 485 485
Lines 16569 16569
Branches 3335 3325 -10
========================================
Hits 9560 9560
- Misses 5712 5740 +28
+ Partials 1297 1269 -28 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Sai Kumar Battinoju <[email protected]>
size-limit report 📦
|
72e1df5
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (2)
packages/analytics-js/.size-limit.mjs
(2 hunks)packages/analytics-js/src/components/core/Analytics.ts
(1 hunks)
🔇 Additional comments (2)
packages/analytics-js/.size-limit.mjs (1)
110-110
: Verify size limit increase with CODEOWNERS
The size limit for "Core (Content Script) - Modern - NPM (ESM)" has been increased by 0.5 KiB. While this increase aligns with the enhanced error logging changes, CODEOWNER approval is required as per the file header.
packages/analytics-js/src/components/core/Analytics.ts (1)
537-537
: LGTM! Enhanced breadcrumb logging.
The addition of the event name in the breadcrumb message improves debugging capabilities while maintaining consistency with other event logging patterns in the codebase.
PR Description
Add event name in the breadcrumb
Linear task (optional)
Linear task link
Cross Browser Tests
Please confirm you have tested for the following browsers:
Sanity Suite
Security
Summary by CodeRabbit
New Features
Chores