Skip to content

Generate spans for remote calls invoked via System.Net.WebRequest (or sub-classes) #701

@chetanmangsuli84

Description

@chetanmangsuli84

Currently we are unable to instrument any http or https requests in asp.net. For eg: when we do Response.Redirect or

HttpWebRequest request = (HttpWebRequest)WebRequest.Create(txtinput.Text);
HttpWebResponse response = (HttpWebResponse)request.GetResponse();

We are not able to instrument this HttpRequest containing txtinput.Text.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions