[Automatic Import] Telemetry and UI Regression Bug#265161
[Automatic Import] Telemetry and UI Regression Bug#265161robester0403 merged 3 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/integration-experience (Team:Integration-Experience) |
|
Pinging @elastic/fleet (Team:Fleet) |
ApprovabilityVerdict: Needs human review While the changes themselves are straightforward bug fixes (preventing duplicate telemetry events and adding UI spacing), the author does not own any of the modified files - both are owned by @elastic/fleet. Code owners should review these changes to their files. You can customize Macroscope's approvability policy. Learn more. |
jen-huang
left a comment
There was a problem hiding this comment.
I removed the top padding in #264212, there was too much whitespace for the browse integrations tab.
I recommend adding a spacer just before <ManageIntegrationsTable /> is rendered, or padding to that component itself. Otherwise we'll re-introduce double whitespace.
… top of manage integrations table
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
|
That makes sense, I will use a spacer in place of padding. |
jen-huang
left a comment
There was a problem hiding this comment.
Ty for the changes! LGTM
|
Starting backport for target branches: 9.4 https://github.com/elastic/kibana/actions/runs/24831585217 |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…265257) # Backport This will backport the following commits from `main` to `9.4`: - [[Automatic Import] Telemetry and UI Regression Bug (#265161)](#265161) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Robert So (robester0403)","email":"85914248+robester0403@users.noreply.github.com"},"sourceCommit":{"committedDate":"2026-04-23T11:01:53Z","message":"[Automatic Import] Telemetry and UI Regression Bug (#265161)\n\nAdded dependencies to the manage integrations table viewed telemetry\nevent that was attempting to fire too early and therefore was not\nsuccessful.\n\nAdded top spacing to the ui of manage integrations table.","sha":"19c3e8a77b5be8e02bf32263417835f3b2b79211","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","backport:version","Feature:AutomaticImport","Team:Integration-Experience","v9.4.0","v9.5.0"],"title":"[Automatic Import] Telemetry and UI Regression Bug","number":265161,"url":"https://github.com/elastic/kibana/pull/265161","mergeCommit":{"message":"[Automatic Import] Telemetry and UI Regression Bug (#265161)\n\nAdded dependencies to the manage integrations table viewed telemetry\nevent that was attempting to fire too early and therefore was not\nsuccessful.\n\nAdded top spacing to the ui of manage integrations table.","sha":"19c3e8a77b5be8e02bf32263417835f3b2b79211"}},"sourceBranch":"main","suggestedTargetBranches":["9.4"],"targetPullRequestStates":[{"branch":"9.4","label":"v9.4.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/265161","number":265161,"mergeCommit":{"message":"[Automatic Import] Telemetry and UI Regression Bug (#265161)\n\nAdded dependencies to the manage integrations table viewed telemetry\nevent that was attempting to fire too early and therefore was not\nsuccessful.\n\nAdded top spacing to the ui of manage integrations table.","sha":"19c3e8a77b5be8e02bf32263417835f3b2b79211"}}]}] BACKPORT--> Co-authored-by: Robert So (robester0403) <85914248+robester0403@users.noreply.github.com>
Added dependencies to the manage integrations table viewed telemetry event that was attempting to fire too early and therefore was not successful. Added top spacing to the ui of manage integrations table.
Added dependencies to the manage integrations table viewed telemetry event that was attempting to fire too early and therefore was not successful. Added top spacing to the ui of manage integrations table.
Added dependencies to the manage integrations table viewed telemetry event that was attempting to fire too early and therefore was not successful. Added top spacing to the ui of manage integrations table.
Summary
This pr has the following minor fixes:
Added dependencies to the manage integrations table viewed telemetry event that was attempting to fire too early and therefore was not successful.
Adds top padding to the manage integrations table.
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorials- [ ] Unit or functional tests were updated or added to match the most common scenarios- [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list- [ ] This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. Therelease_note:breakinglabel should be applied in these situations.- [ ] Flaky Test Runner was used on any tests changed- [ ] The PR description includes the appropriate Release Notes section, and the correctrelease_note:*label is applied per the guidelinesbackport:*labels.