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

Add an option for opting out of pretty print #2871

Merged
merged 5 commits into from
Aug 17, 2023

Merge branch 'main' into feat/opt-out-of-pretty-print

263df12
Select commit
Loading
Failed to load commit list.
Merged

Add an option for opting out of pretty print #2871

Merge branch 'main' into feat/opt-out-of-pretty-print
263df12
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 17, 2023 in 1s

79.62% (+0.00%) compared to 3f6f636

View this Pull Request on Codecov

79.62% (+0.00%) compared to 3f6f636

Details

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (3f6f636) 79.61% compared to head (263df12) 79.62%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2871   +/-   ##
=========================================
  Coverage     79.61%   79.62%           
- Complexity     6038     6043    +5     
=========================================
  Files           469      469           
  Lines         23307    23318   +11     
  Branches       3177     3178    +1     
=========================================
+ Hits          18555    18566   +11     
  Misses         3355     3355           
  Partials       1397     1397           
Files Changed Coverage Δ
...entry/src/main/java/io/sentry/ExternalOptions.java 98.11% <100.00%> (+0.06%) ⬆️
sentry/src/main/java/io/sentry/JsonSerializer.java 90.67% <100.00%> (ø)
sentry/src/main/java/io/sentry/SentryOptions.java 80.43% <100.00%> (+0.23%) ⬆️

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