Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/data/elasticsearch/generated/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,8 @@
},
"user_agent": {
"device": {
"name": "Other"
"name": "Other",
"type": "Other"
},
"name": "Other",
"original": "Mozilla Chrome Edge"
Expand Down
5 changes: 3 additions & 2 deletions docs/data/elasticsearch/generated/transactions.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,11 @@
},
"user_agent": {
"device": {
"name": "Other"
"name": "Other",
"type": "Other"
},
"name": "Other",
"original": "Mozilla Chrome Edge"
}
}
]
]
3 changes: 2 additions & 1 deletion systemtest/approvals/TestRUMErrorSourcemapping.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@
},
"user_agent": {
"device": {
"name": "Other"
"name": "Other",
"type": "Other"
},
"name": "Go-http-client",
"original": "Go-http-client/1.1",
Expand Down
3 changes: 2 additions & 1 deletion systemtest/approvals/TestRUMXForwardedFor.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
},
"user_agent": {
"device": {
"name": "Other"
"name": "Other",
"type": "Other"
},
"name": "Go-http-client",
"original": "Go-http-client/1.1",
Expand Down
3 changes: 2 additions & 1 deletion tests/system/error.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,8 @@
},
"user_agent": {
"device": {
"name": "Other"
"name": "Other",
"type": "Other"
},
"name": "Other",
"original": "Mozilla Chrome Edge"
Expand Down
2 changes: 1 addition & 1 deletion tests/system/kibana.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def list_agent_config(self):
}
)
assert resp.status_code == 200, resp.status_code
return resp.json()
return resp.json()['configurations']

def delete_agent_config(self, service, env=None):
data = {
Expand Down
5 changes: 3 additions & 2 deletions tests/system/transaction.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,11 @@
},
"user_agent": {
"device": {
"name": "Other"
"name": "Other",
"type": "Other"
},
"name": "Other",
"original": "Mozilla Chrome Edge"
}
}
]
]