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

feat: Client Metrics #178

Merged
merged 3 commits into from
Jan 30, 2024
Merged

feat: Client Metrics #178

merged 3 commits into from
Jan 30, 2024

Conversation

bitsandfoxes
Copy link
Contributor

We could do it the same way metrics got uploaded before but then we would not dogfood the continuous upload of metrics.

TODO

The timing needs work.

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

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

Comparison is base (20b72f9) 51.29% compared to head (0c0fdf8) 52.21%.

Files Patch % Lines
src/SymbolCollector.Core/ClientMetrics.cs 71.42% 12 Missing ⚠️
src/SymbolCollector.Console/Program.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #178      +/-   ##
==========================================
+ Coverage   51.29%   52.21%   +0.92%     
==========================================
  Files          29       29              
  Lines        1431     1444      +13     
  Branches      107      107              
==========================================
+ Hits          734      754      +20     
+ Misses        661      654       -7     
  Partials       36       36              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -29,13 +29,6 @@ public async Task StartUploadSymbols(IEnumerable<string> paths, string bundleId,
SentrySdk.ConfigureScope(s =>
{
s.Transaction = transaction;
s.AddEventProcessor(@event =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove this though? it's helpful to see the summary at the time of the event

@bruno-garcia bruno-garcia marked this pull request as ready for review January 30, 2024 00:08
@bruno-garcia bruno-garcia merged commit a53bf7a into main Jan 30, 2024
5 checks passed
@bruno-garcia bruno-garcia deleted the feat/client-metrics branch January 30, 2024 00:08
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.

3 participants