Skip to content

Commit 1c6bfde

Browse files
authored
chore: Add changelog entry for cloudflare (#13088)
Explicitly add a changelog entry for cloudflare so it's ready to go whenever the team decides to do a release.
1 parent d2ab51c commit 1c6bfde

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Diff for: CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,27 @@
11
# Changelog
22

3-
> [!IMPORTANT]
3+
> [!IMPORTANT] Important
4+
>
45
> If you are upgrading to the `8.x` versions of the SDK from `7.x` or below, make sure you follow our
56
> [migration guide](https://docs.sentry.io/platforms/javascript/migration/) first.
67
78
## Unreleased
89

910
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
1011

12+
- **Alpha release of Official Cloudflare SDK**
13+
- feat(cloudflare): Add `withSentry` method (#13025)
14+
- feat(cloudflare): Add cloudflare sdk scaffolding (#12953)
15+
- feat(cloudflare): Add basic cloudflare package and tests (#12861)
16+
17+
This release contains the alpha version of `@sentry/cloudflare`, our SDK for the
18+
[Cloudflare Workers JavaScript Runtime](https://developers.cloudflare.com/workers/)! For details on how to use it,
19+
please see the [README](./packages/cloudflare/README.md). Any feedback/bug reports are greatly appreciated, please
20+
[reach out on GitHub](https://github.com/getsentry/sentry-javascript/issues/12620).
21+
22+
Please note that only Cloudflare Workers are tested and supported - official Cloudflare Pages support will come in an
23+
upcoming release.
24+
1125
## 8.20.0
1226

1327
### Important Changes

0 commit comments

Comments
 (0)