Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction Error link broken in mobile #174635

Closed
bryce-b opened this issue Jan 10, 2024 · 1 comment · Fixed by #174655
Closed

Transaction Error link broken in mobile #174635

bryce-b opened this issue Jan 10, 2024 · 1 comment · Fixed by #174655
Assignees
Labels
apm:mobile bug Fixes for quality problems that affect the customer experience Team:APM All issues that need APM UI Team support v8.12.0

Comments

@bryce-b
Copy link
Contributor

bryce-b commented Jan 10, 2024

Kibana version:
Edge-lite

Describe the bug:
The 'view related error' link on a transaction detail is pointing at the wrong endpoint for mobile. Error links go to {service}/error which results in a 404. The path should be {mobile-service}/errors-and-crashes

Steps to reproduce:

  1. Find a mobile transaction with an error (android or iOS) and view the details page.
  2. click 'view related error' in trace sample timeline
  3. receive 404 error

Screenshots (if relevant):
Screenshot 2024-01-10 at 08 37 57

@bryce-b bryce-b added bug Fixes for quality problems that affect the customer experience Team:APM All issues that need APM UI Team support apm:mobile v8.12.0 labels Jan 10, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:APM)

@bryce-b bryce-b self-assigned this Jan 10, 2024
bryce-b added a commit that referenced this issue Jan 12, 2024
…tions (#174655)

## Summary

This fixes #174635 

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue Jan 12, 2024
…tions (elastic#174655)

## Summary

This fixes elastic#174635

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

(cherry picked from commit 7891a95)
kibanamachine added a commit that referenced this issue Jan 12, 2024
…ew mobile transactions (#174655) (#174780)

# Backport

This will backport the following commits from `main` to `8.12`:
- [[APM] added check for 'error' waterfall item when view
mobile transactions
(#174655)](#174655)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Bryce
Buchanan","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-01-12T16:50:34Z","message":"[APM]
added check for 'error' waterfall item when view mobile transactions
(#174655)\n\n## Summary\r\n\r\nThis fixes #174635 \r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"7891a9551dda3ee3d649f5a03d674064486fd2c1","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:APM","apm:mobile","v8.12.0","Team:obs-ux-infra_services","v8.13.0"],"title":"[APM]
added check for 'error' waterfall item when view mobile
transactions","number":174655,"url":"https://github.com/elastic/kibana/pull/174655","mergeCommit":{"message":"[APM]
added check for 'error' waterfall item when view mobile transactions
(#174655)\n\n## Summary\r\n\r\nThis fixes #174635 \r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"7891a9551dda3ee3d649f5a03d674064486fd2c1"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/174655","number":174655,"mergeCommit":{"message":"[APM]
added check for 'error' waterfall item when view mobile transactions
(#174655)\n\n## Summary\r\n\r\nThis fixes #174635 \r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"7891a9551dda3ee3d649f5a03d674064486fd2c1"}}]}]
BACKPORT-->

Co-authored-by: Bryce Buchanan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:mobile bug Fixes for quality problems that affect the customer experience Team:APM All issues that need APM UI Team support v8.12.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants