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 to AbpExceptionHandlingOptions for enabling/disabling StackTrace #10594

Merged
merged 3 commits into from
Nov 11, 2021

Conversation

berkansasmaz
Copy link
Member

Resolves #10042

@codecov
Copy link

codecov bot commented Nov 10, 2021

Codecov Report

Merging #10594 (f75747e) into dev (2f55546) will increase coverage by 0.00%.
The diff coverage is 70.17%.

❗ Current head f75747e differs from pull request most recent head 3ce989e. Consider uploading reports for the commit 3ce989e to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##              dev   #10594   +/-   ##
=======================================
  Coverage   54.74%   54.75%           
=======================================
  Files        2646     2646           
  Lines       75555    75599   +44     
=======================================
+ Hits        41364    41391   +27     
- Misses      34191    34208   +17     
Impacted Files Coverage Δ
...Mvc.UI.Theme.Shared/Controllers/ErrorController.cs 0.00% <0.00%> (ø)
...e/ExceptionHandling/AbpExceptionHandlingOptions.cs 66.66% <66.66%> (-33.34%) ⬇️
...onHandling/DefaultExceptionToErrorInfoConverter.cs 53.48% <66.66%> (-0.88%) ⬇️
...etCore/Mvc/ExceptionHandling/AbpExceptionFilter.cs 91.83% <100.00%> (+0.72%) ⬆️
...re/Mvc/ExceptionHandling/AbpExceptionPageFilter.cs 92.98% <100.00%> (+0.52%) ⬆️
...xceptionHandling/AbpExceptionHandlingMiddleware.cs 89.55% <100.00%> (+0.66%) ⬆️
...ttp/Client/DynamicProxying/ApiDescriptionFinder.cs 87.35% <0.00%> (+1.14%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6051fd4...3ce989e. Read the comment docs.

@hikalkan hikalkan merged commit e2717c0 into dev Nov 11, 2021
@hikalkan hikalkan deleted the berkan/add-new-option-in-AbpExceptionHandlingOptions branch November 11, 2021 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an option to AbpExceptionHandlingOptions for enabling/disabling stacktrace
2 participants