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

[#9631] Limit length of stackTrace strings for better stability #10415

Merged
merged 1 commit into from
Oct 18, 2023

[#9631] Limit length of stackTrace strings for better stability

6fc1218
Select commit
Loading
Failed to load commit list.
Merged

[#9631] Limit length of stackTrace strings for better stability #10415

[#9631] Limit length of stackTrace strings for better stability
6fc1218
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 17, 2023 in 0s

38.23% (+0.08%) compared to 30fec4e

View this Pull Request on Codecov

38.23% (+0.08%) compared to 30fec4e

Details

Codecov Report

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

Comparison is base (30fec4e) 38.15% compared to head (6fc1218) 38.23%.
Report is 4 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #10415      +/-   ##
============================================
+ Coverage     38.15%   38.23%   +0.08%     
- Complexity    11770    11777       +7     
============================================
  Files          3725     3725              
  Lines         93858    93678     -180     
  Branches      10241    10229      -12     
============================================
+ Hits          35809    35816       +7     
+ Misses        55044    54856     -188     
- Partials       3005     3006       +1     
Files Coverage Δ
...nt/exceptiontrace/web/mapper/StackTraceMapper.java 100.00% <100.00%> (ø)
...int/exceptiontrace/web/util/GroupByAttributes.java 0.00% <0.00%> (ø)

... and 38 files with indirect coverage changes

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