Skip to content
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

Merged
merged 2 commits into from Feb 2, 2024
Merged

new metrics and dimensions for sdk init #175

merged 2 commits into from Feb 2, 2024

Conversation

wsbrunson
Copy link
Member

  • 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

@wsbrunson wsbrunson requested a review from a team as a code owner December 8, 2023 22:49
Copy link

codecov bot commented Dec 8, 2023

Codecov Report

Attention: 58 lines in your changes are missing coverage. Please review.

Comparison is base (3797fde) 72.89% compared to head (4536029) 69.92%.

Files Patch % Lines
src/tracking.js 40.81% 58 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@nbierdeman nbierdeman left a 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",
Copy link
Member Author

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

@nbierdeman nbierdeman merged commit c1b139a into main Feb 2, 2024
4 of 5 checks passed
@nbierdeman nbierdeman deleted the better-tracking branch February 2, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants