Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `9.0`: - [[Rule Migration] Telemetry improvements (#210275)](#210275) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Marius Iversen","email":"marius.iversen@elastic.co"},"sourceCommit":{"committedDate":"2025-02-11T14:01:53Z","message":"[Rule Migration] Telemetry improvements (#210275)\n\n## Summary\n\nThis PR resolves a minor bug in one of the telemetry events, it also\nadds a try/catch around the event reporting to prevent it crashing on\nfailures.\n\nI also moved our reportEvent wrapper function to use generics so that we\nget proper typehint/checks on the events to prevent issues similar in\nthe future.","sha":"d22fae166acf604539859aa2dfab44a8847aa78d","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team: SecuritySolution","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Rule Migration] Telemetry improvements","number":210275,"url":"https://github.com/elastic/kibana/pull/210275","mergeCommit":{"message":"[Rule Migration] Telemetry improvements (#210275)\n\n## Summary\n\nThis PR resolves a minor bug in one of the telemetry events, it also\nadds a try/catch around the event reporting to prevent it crashing on\nfailures.\n\nI also moved our reportEvent wrapper function to use generics so that we\nget proper typehint/checks on the events to prevent issues similar in\nthe future.","sha":"d22fae166acf604539859aa2dfab44a8847aa78d"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/210275","number":210275,"mergeCommit":{"message":"[Rule Migration] Telemetry improvements (#210275)\n\n## Summary\n\nThis PR resolves a minor bug in one of the telemetry events, it also\nadds a try/catch around the event reporting to prevent it crashing on\nfailures.\n\nI also moved our reportEvent wrapper function to use generics so that we\nget proper typehint/checks on the events to prevent issues similar in\nthe future.","sha":"d22fae166acf604539859aa2dfab44a8847aa78d"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Marius Iversen <marius.iversen@elastic.co> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
- Loading branch information