You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -254,11 +254,11 @@ When no service call is being traced, the custom request attributes are dropped.
254
254
You can use the SDK to trace incoming web requests. This might be useful if Dynatrace does not support the respective web server framework or language
255
255
processing the incoming web requests.
256
256
257
-
To trace an incoming web request you first need to create a WebServerInfo object. The info object represents the endpoint of your web server (web server
257
+
To trace an incoming web request you first need to create a WebApplicationInfo object. The info object represents the endpoint of your web server (web server
258
258
name, application name and context root). This object should be reused for all traced web requests within for the same application.
To trace a specific incoming web request you then need to create a Tracer object. Make sure you provide all http headers from the request to the SDK by
0 commit comments