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 `8.7`: - [[APM] Overwrite sourcemap if it already exists (#150533)](#150533) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Søren Louv-Jansen","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-02-09T10:45:16Z","message":"[APM] Overwrite sourcemap if it already exists (#150533)\n\nRelated: https://github.com/elastic/kibana/pull/147208\r\n\r\nThis changes the behaviour of APM managed source maps. Currently when\r\nuploading a sourcemap with a `service.name`, `service.version` and\r\n`path` that already exists the new source map will be ignored.\r\nWith the new behaviour the existing source map will be overwritten by\r\nthe new one.\r\n\r\n@simitt","sha":"dadea40c862f2f1dff8e5984fafdca41b0714345","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:APM","release_note:skip","v8.7.0","v8.8.0"],"number":150533,"url":"https://github.com/elastic/kibana/pull/150533","mergeCommit":{"message":"[APM] Overwrite sourcemap if it already exists (#150533)\n\nRelated: https://github.com/elastic/kibana/pull/147208\r\n\r\nThis changes the behaviour of APM managed source maps. Currently when\r\nuploading a sourcemap with a `service.name`, `service.version` and\r\n`path` that already exists the new source map will be ignored.\r\nWith the new behaviour the existing source map will be overwritten by\r\nthe new one.\r\n\r\n@simitt","sha":"dadea40c862f2f1dff8e5984fafdca41b0714345"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/150533","number":150533,"mergeCommit":{"message":"[APM] Overwrite sourcemap if it already exists (#150533)\n\nRelated: https://github.com/elastic/kibana/pull/147208\r\n\r\nThis changes the behaviour of APM managed source maps. Currently when\r\nuploading a sourcemap with a `service.name`, `service.version` and\r\n`path` that already exists the new source map will be ignored.\r\nWith the new behaviour the existing source map will be overwritten by\r\nthe new one.\r\n\r\n@simitt","sha":"dadea40c862f2f1dff8e5984fafdca41b0714345"}}]}] BACKPORT--> Co-authored-by: Søren Louv-Jansen <[email protected]>
- Loading branch information