-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: support sending metrics before handler initialization #524
Conversation
… using on handler not initialized
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #524 +/- ##
==========================================
+ Coverage 81.75% 81.89% +0.13%
==========================================
Files 54 55 +1
Lines 2209 2248 +39
Branches 515 519 +4
==========================================
+ Hits 1806 1841 +35
- Misses 337 343 +6
+ Partials 66 64 -2 ☔ View full report in Codecov by Sentry. |
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.
LGTM
reducing time complexity to `O(2n)`
What does this PR do?
Allows customer to use the API
sendDistributionMetric
andsendDistributionMetricWithDate
outside of the handler.Motivation
#515
Testing Guidelines
Additional Notes
SVLS-4633
Types of Changes
Check all that apply