From 424c6303c554133345c101a200c6869ce17ba9c4 Mon Sep 17 00:00:00 2001 From: IEatBeans <75859301+KyGuy2002@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:20:24 -0700 Subject: [PATCH 1/3] Added cloudflare SDK to readme list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3309f0521986..9199529fdc16 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ package. Please refer to the README and instructions of those SDKs for more deta for native crashes - [`@sentry/bun`](https://github.com/getsentry/sentry-javascript/tree/master/packages/bun): SDK for Bun - [`@sentry/deno`](https://github.com/getsentry/sentry-javascript/tree/master/packages/deno): SDK for Deno +- [`@sentry/cloudflare`](https://github.com/getsentry/sentry-javascript/tree/master/packages/cloudflare): SDK for Cloudflare ## Version Support Policy From c45ec5c75255d725f38c262200cf68bbd7423e38 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Fri, 13 Sep 2024 11:23:19 +0200 Subject: [PATCH 2/3] lint fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9199529fdc16..be275766a156 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ package. Please refer to the README and instructions of those SDKs for more deta for native crashes - [`@sentry/bun`](https://github.com/getsentry/sentry-javascript/tree/master/packages/bun): SDK for Bun - [`@sentry/deno`](https://github.com/getsentry/sentry-javascript/tree/master/packages/deno): SDK for Deno -- [`@sentry/cloudflare`](https://github.com/getsentry/sentry-javascript/tree/master/packages/cloudflare): SDK for Cloudflare +- [`@sentry/cloudflare`](https://github.com/getsentry/sentry-javascript/tree/master/packages/cloudflare): SDK for + Cloudflare ## Version Support Policy From 7d97ab7de5356061314dceac13c907f114a9d272 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Fri, 13 Sep 2024 11:24:48 +0200 Subject: [PATCH 3/3] add contributing note to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf504ce80b8..45e39dcaec80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +Work in this release was contributed by @KyGuy2002. Thank you for your contribution! + ## 8.30.0 ### Important Changes