From 785f073a6c09bec79c8132f71fb47cc77cfe9e9d Mon Sep 17 00:00:00 2001 From: Lucas Pimentel Date: Wed, 1 Jul 2026 12:05:13 -0400 Subject: [PATCH 1/2] Add apm_integration_test.rs to CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9657df631..3eba5a3ed 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,3 +4,4 @@ .github/workflows/publish-serverless-init-to-ghcr.yml @DataDog/serverless bottlecap/src/traces/ @DataDog/serverless-aws @DataDog/apm-serverless +bottlecap/tests/apm_integration_test.rs @DataDog/serverless-aws @DataDog/apm-serverless From 9a05281da52b361e5c0310fe119dd1534c72e72d Mon Sep 17 00:00:00 2001 From: Lucas Pimentel Date: Wed, 1 Jul 2026 12:33:42 -0400 Subject: [PATCH 2/2] formatting --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3eba5a3ed..e9f59694a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,7 @@ * @DataDog/serverless-aws .github/chainguard/serverless-init-ci-publish.sts.yaml @DataDog/serverless -.github/workflows/publish-serverless-init-to-ghcr.yml @DataDog/serverless +.github/workflows/publish-serverless-init-to-ghcr.yml @DataDog/serverless -bottlecap/src/traces/ @DataDog/serverless-aws @DataDog/apm-serverless +bottlecap/src/traces/ @DataDog/serverless-aws @DataDog/apm-serverless bottlecap/tests/apm_integration_test.rs @DataDog/serverless-aws @DataDog/apm-serverless