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
There are instances where a service shows up in the service list, but has no transaction types return, which result in the transaction overview page rending blank.
There are instances where a service shows up in the service list, but has no transaction types return, which result in the transaction overview page rending blank.
A line comment in https://github.com/elastic/kibana/blob/master/x-pack/plugins/apm/public/components/app/TransactionOverview/index.tsx#L111-L114 indicate:
// `serviceName` or `transactionType` will never be undefined here, and this check should not be needed
, however this doesn't seem to be the case, since we're seeing it occur:Related:
The text was updated successfully, but these errors were encountered: