-
Notifications
You must be signed in to change notification settings - Fork 123
.NET Framework SqlCommand IL rewrite for SqlClient instrumentation
#4470
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
base: main
Are you sure you want to change the base?
Changes from 3 commits
bc134fa
9fcab4e
e316036
3f1876d
394e517
8b6c94b
3691cf4
355be86
23ced4c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,11 @@ | |
|
|
||
| ### Added | ||
|
|
||
| - IL rewrite for SqlCommand on .NET Framework to ensure CommandText is available for | ||
|
Check failure on line 12 in CHANGELOG.md
|
||
| [SqlClient instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/4343). | ||
| This is enabled by default but can disabled via the | ||
| `OTEL_DOTNET_AUTO_SQLCLIENT_NETFX_ILREWRITE_ENABLED` environment variable. | ||
|
|
||
| ### Changed | ||
|
|
||
| #### Dependency updates | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,6 +50,7 @@ bool IsDumpILRewriteEnabled(); | |
| bool IsAzureAppServices(); | ||
| bool IsFailFastEnabled(); | ||
| bool IsNetFxAssemblyRedirectionEnabled(); | ||
| bool IsSqlClientNetFxILRewriteEnabled(); | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ideally, it should be propagated from the managed coded. We are in the middle of introducing File based configuration and it need to be reworked in the near feature. Not a blocker for this PR IMO. Ref: #4492 |
||
|
|
||
| } // namespace trace | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.