-
Notifications
You must be signed in to change notification settings - Fork 64
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
new metrics and dimensions for sdk init #175
Conversation
wsbrunson
commented
Dec 8, 2023
- changing the gauge to actually be a gauge
- added new dimensions
- added a new init count metric and included a bunch more dimensions there too
- misc cleanup
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #175 +/- ##
==========================================
- Coverage 72.89% 69.92% -2.98%
==========================================
Files 22 22
Lines 1797 1862 +65
Branches 217 221 +4
==========================================
- Hits 1310 1302 -8
- Misses 477 550 +73
Partials 10 10 ☔ 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.
👽 🛸 👾
src/tracking.js
Outdated
// $FlowFixMe beaver-logger types need to be updated | ||
.metric({ | ||
metricNamespace: "pp.app.paypal_sdk.init.gauge", | ||
metricType: "gauge", |
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.
remove any gauge
metrics, we don't support them in the logger server at this time
33ae0e9
to
4536029
Compare