-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Added SentryAspNetCoreOptions.AdjustStandardEnvironmentNameCasing to … #1057
Added SentryAspNetCoreOptions.AdjustStandardEnvironmentNameCasing to … #1057
Conversation
…have sentry avoid modifying the case of the standard ASPNET_ENVIRONMENT names when determining the sentry environment.
test/Sentry.AspNetCore.Tests/SentryAspNetCoreOptionsSetupTests.cs
Outdated
Show resolved
Hide resolved
Also please update - Added SentryAspNetCoreOptions.AdjustStandardEnvironmentNameCasing to control whether to transform the environment name to lower case or to keep it as is. [#1057](https://github.com/getsentry/sentry-dotnet/pull/1057) |
Co-authored-by: Alexey Golub <tyrrrrrr@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #1057 +/- ##
==========================================
- Coverage 81.31% 81.30% -0.01%
==========================================
Files 193 193
Lines 6335 6338 +3
Branches 1527 1528 +1
==========================================
+ Hits 5151 5153 +2
Misses 747 747
- Partials 437 438 +1
Continue to review full report at Codecov.
|
…sts to make more focused.
@bruno-garcia looks good? |
…ing-dotnetcore-option
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful! Thanks a lot @ajbeaven
…ing-dotnetcore-option
…have sentry avoid modifying the case of the standard ASPNET_ENVIRONMENT names when determining the sentry environment.
Fixes #999.