Skip to content

Commit d90cb8d

Browse files
committed
Merge branch 'addIncomingWebrequests' into addOutgoingWebrequests
2 parents 7494382 + 4ea85b8 commit d90cb8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ try {
209209

210210
### Add custom request attributes
211211

212-
You can use the SDK to add custom request attributes to current traced service. Custom request attributes allow you to do easier/better filtering of your requests in Dynatrace.
212+
You can use the SDK to add custom request attributes to the current traced service. Custom request attributes allow you to do advanced filtering of your requests in Dynatrace.
213213

214-
Adding custom request attributes to the currently traced service call is pretty simple. Just call one of the addCustomRequestAttribute methods with your key and value:
214+
Adding custom request attributes to the currently traced service call is simple. Just call one of the addCustomRequestAttribute methods with your key and value:
215215

216216
```Java
217217
oneAgentSDK.addCustomRequestAttribute("region", "EMEA");

0 commit comments

Comments
 (0)