-
Notifications
You must be signed in to change notification settings - Fork 113
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
fix: bugsnag event sent as an object for track call #2681
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2681 +/- ##
========================================
Coverage 87.12% 87.13%
========================================
Files 639 639
Lines 28411 28409 -2
Branches 6735 6733 -2
========================================
+ Hits 24754 24755 +1
+ Misses 3329 3326 -3
Partials 328 328
☔ View full report in Codecov by Sentry. |
@anantjain45823 |
We can have validation based upon message.type and basic request schema. |
Let us solve this problem via a common validator. The other thing of basic request schema validation, let us do it later. |
Done |
Kudos, SonarCloud Quality Gate passed! |
Description of the change
Type of change
Related issues
Checklists
Development
Code review