From 6686f38f50b97b3bc8965b6915f8f5706c87b9ea Mon Sep 17 00:00:00 2001 From: Daniel Griesser Date: Wed, 28 Oct 2020 15:42:53 +0100 Subject: [PATCH] meta: Prepare 5.27.2 --- .github/workflows/build.yml | 1 - CHANGELOG.md | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8178178f3683..dd682b3c52e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -180,6 +180,5 @@ jobs: path: | ${{ github.workspace }}/packages/browser/build/** ${{ github.workspace }}/packages/integrations/build/** - ${{ github.workspace }}/packages/apm/build/** ${{ github.workspace }}/packages/tracing/build/** ${{ github.workspace }}/packages/**/*.tgz diff --git a/CHANGELOG.md b/CHANGELOG.md index 297e12ae4405..4d2ec0908aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 5.27.2 + +- [apm] ref: Delete sentry/apm package (#2990) +- [types] fix: make requestHandler options an own type (#2995) +- [core] fix: Use 'production' as default value for environment key (#3013) + ## 5.27.1 - [hub] fix: Preserve original user data for explicitly updated scopes (#2991)