-
Notifications
You must be signed in to change notification settings - Fork 287
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
Create migration guide for ASP.NET applications #2864
Conversation
|
||
### Step 1: Remove Application Insights SDK | ||
|
||
When you first added ApplicationInsights to your project, the SDK would have added a config file and made some edits to the web.config. |
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.
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.
Thanks for sharing. I'm trying to reference existing docs as much as possible, but I didn't find this doc.
Regrettably, this doc is horribly out of date. But a number of our users are on older versions of our SDK where this might still be relevant. Let me think about how to handle this.
Co-authored-by: Cijo Thomas <[email protected]>
Co-authored-by: Cijo Thomas <[email protected]>
Closing. will keep rough draft internal until ready to publish |
This PR adds a guide for migrating ASP.NET applications to OpenTelemetry.
Our team decided to start with ASP.NET.
Notes