Skip to content

Commit c45118e

Browse files
committed
chore: Add changelog entry for cloudflare
1 parent d2ab51c commit c45118e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
# Changelog
22

3-
> [!IMPORTANT]
3+
> [!IMPORTANT]
44
> If you are upgrading to the `8.x` versions of the SDK from `7.x` or below, make sure you follow our
55
> [migration guide](https://docs.sentry.io/platforms/javascript/migration/) first.
66
77
## Unreleased
88

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

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

1326
### Important Changes

0 commit comments

Comments
 (0)