-
-
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
Add TransactionNameProvider to allow the name definition from Unknown transactions on ASP.NET Core #1421
Conversation
Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
Codecov Report
@@ Coverage Diff @@
## main #1421 +/- ##
==========================================
- Coverage 83.41% 82.79% -0.63%
==========================================
Files 219 219
Lines 7370 7374 +4
Branches 1411 1412 +1
==========================================
- Hits 6148 6105 -43
- Misses 790 840 +50
+ Partials 432 429 -3
Continue to review full report at Codecov.
|
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.
LGTM. i pushed some very small cosmetic changes
Use delegate for transaction name
do we need a corresponding docs PR? |
We deffo need some docs but I believe we could work on it once we have a released version with this PR bundled. |
The idea is to allow the user to set the transaction name on cases where the SDK isn't able to define the current Transaction name.
I'm also altering the GCP Integration since it already uses the integration, but without relying on the HttpContext to set the name.
Solves #1373.