Skip to content

Commit a25b940

Browse files
bryce-bqn895
authored andcommitted
fix error_marker.tsx to support mobile-services (elastic#220424)
## Summary If a mobile span has an attached span.event exception, the associated page will crash. <img width="2108" alt="Screenshot 2025-05-07 at 12 20 26" src="https://github.com/user-attachments/assets/83ad4755-6c06-4b0c-a2af-ad15a8dd8392" /> This PR add `mobile-services` to the list of valid paths for error_marker.tsx ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
1 parent 4ee0228 commit a25b940

File tree

1 file changed

+3
-0
lines changed
  • x-pack/solutions/observability/plugins/apm/public/components/shared/charts/timeline/marker

1 file changed

+3
-0
lines changed

x-pack/solutions/observability/plugins/apm/public/components/shared/charts/timeline/marker/error_marker.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ export function ErrorMarker({ mark }: Props) {
5656
'/services/{serviceName}/overview',
5757
'/services/{serviceName}/errors',
5858
'/services/{serviceName}/transactions/view',
59+
'/mobile-services/{serviceName}/overview',
60+
'/mobile-services/{serviceName}/transactions/view',
61+
'/mobile-services/{serviceName}/errors-and-crashes',
5962
'/traces/explorer/waterfall'
6063
);
6164

0 commit comments

Comments
 (0)