-
Notifications
You must be signed in to change notification settings - Fork 93
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 support for System.Data.SqlClient (Nuget package) #3058
Add support for System.Data.SqlClient (Nuget package) #3058
Conversation
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.
Looks good overall. We just need to better document the supported versions in config.md
.
test/test-applications/integrations/TestApplication.SqlClient.System.NetFramework/Program.cs
Outdated
Show resolved
Hide resolved
test/test-applications/integrations/TestApplication.SqlClient.System/Program.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Robert Pająk <[email protected]>
…System.NetFramework/Program.cs Co-authored-by: Robert Pająk <[email protected]>
…System/Program.cs Co-authored-by: Robert Pająk <[email protected]>
Maybe just to break that 1 row into 3 with the same key? Could be much more readable and we can use different versions there. |
Or maybe we should have 3 different keys? EDIT: For this PR I think we can just add more details in the footer note. |
Better not, it's the same initializer. It will work anyway with all 3 options. |
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
@@ -9,6 +9,9 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h | |||
|
|||
### Added | |||
|
|||
- Added support for [System.Data.SqlClient](https://www.nuget.org/packages/System.Data.SqlClient/) | |||
(NuGet package) traces instrumentation from `4.8.5`. |
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.
if we support only 4.8.5+ this should be documented in config.md. Current version seems to support all available.
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.
#3058 (comment)
vs
#3058 (comment)
any preferences?
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.
Footer note
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.
Then footnote it is - 3a570e2
Co-authored-by: Piotr Kiełkowicz <[email protected]>
Signed-off-by: RassK <[email protected]>
…/opentelemetry-dotnet-instrumentation into system-data-sqlclient-inst
Signed-off-by: RassK <[email protected]>
Signed-off-by: RassK <[email protected]>
Why
Fixes #3047
What
4.8.5
(every earlier version has security vulnerabilities).Tests
(Currently chose copy-paste over pre-processor directives matrix, in case of better idea, let me know!)
Checklist
CHANGELOG.md
is updated.