[APM] Transaction page throws unhandled exception if transactions doesn't have http.request
#52648
Labels
bug
Fixes for quality problems that affect the customer experience
Team:APM - DEPRECATED
Use Team:obs-ux-infra_services.
Kibana version: 8.0.0 snapshot
Elasticsearch version: 8.0.0 snapshot
Describe the bug:
The APM UI can't show transactions that have
transaction.http
but nottransaction.http.request
. More specifically this part of code fails and the APM UI structure disappears.The reason that these transactions can be reported is because of the transaction.context.response proposal which introduces using
transaction.context.response
for RUM specific metrics.Steps to reproduce:
0. Build a Chrome extension that injects the RUM agent into a website ;)
Expected behavior:
Show the transaction.
Errors in browser console (if relevant):
The text was updated successfully, but these errors were encountered: