Skip to content

Conversation

@Bluefinger
Copy link
Contributor

@Bluefinger Bluefinger commented Dec 1, 2025

Summary

Closes #244159

This PR replaces the usage of unflattenKnownApmEventFields with accessKnownApmEventFields in the mobile and profiling APM routes.

How to test

  • Go to Service Inventory, select a mobile service.
  • No regressions noted with errors/crashes tab.
  • Same to be found with profiling feature.
  • CI must pass with no regressions

@Bluefinger Bluefinger added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting v9.3.0 Team:obs-exploration Observability Exploration team ci:beta-faster-pr-build Uses an alternative PR build pipeline with speed optimizations labels Dec 1, 2025
@Bluefinger
Copy link
Contributor Author

/ci

@Bluefinger Bluefinger marked this pull request as ready for review December 2, 2025 12:22
@Bluefinger Bluefinger requested a review from a team as a code owner December 2, 2025 12:22
@botelastic botelastic bot added the Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team label Dec 2, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@Bluefinger Bluefinger requested a review from a team as a code owner December 3, 2025 09:12
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

type: event[ERROR_EXC_TYPE],
};

const errorName = event[ERROR_LOG_MESSAGE] || exception.message || NOT_AVAILABLE_LABEL;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've seen this in another PR. Maybe we should change the getErrorName after all?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do a follow-up PR after to rework getErrorName and use it in all the cases where it was removed for the new approach

@rmyz rmyz added Team:obs-presentation Focus: APM UI, Infra UI, Hosts UI, Universal Profiling, Obs Overview and left Navigation and removed Team:obs-presentation-team labels Dec 3, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-presentation-team (Team:obs-presentation)

@Bluefinger Bluefinger merged commit 60dfb0f into elastic:main Dec 3, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting ci:beta-faster-pr-build Uses an alternative PR build pipeline with speed optimizations release_note:skip Skip the PR/issue when compiling release notes Team:obs-exploration Observability Exploration team Team:obs-presentation Focus: APM UI, Infra UI, Hosts UI, Universal Profiling, Obs Overview and left Navigation Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[APM] Mobile & Profiling routes should be refactored to use accessKnownApmEventFields

4 participants