Skip to content

Commit 0939d09

Browse files
CopilotHazAT
andauthored
feat: add sentry-cloudflare-sdk skill bundle (#61)
* Initial plan * feat(cloudflare-sdk): add sentry-cloudflare-sdk main SKILL.md wizard and reference files Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com> Co-authored-by: HazAT <363802+HazAT@users.noreply.github.com> * feat(cloudflare-sdk): register in skill tree, update router and AGENTS.md Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com> Co-authored-by: HazAT <363802+HazAT@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: HazAT <363802+HazAT@users.noreply.github.com>
1 parent ec75d7f commit 0939d09

10 files changed

Lines changed: 1808 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Skills use YAML frontmatter with `allowed-tools` — this is required by Cursor
2626
| Skill | Description |
2727
|-------|-------------|
2828
| `sentry-android-sdk` | Full setup wizard for Android (Jetpack Compose, Views, OkHttp, Room, Fragment, Timber) |
29+
| `sentry-cloudflare-sdk` | Full setup wizard for Cloudflare Workers and Pages (Durable Objects, D1, Queues, Workflows, Hono) |
2930
| `sentry-cocoa-sdk` | Full setup wizard for Apple platforms (iOS, macOS, tvOS, watchOS, visionOS) |
3031
| `sentry-dotnet-sdk` | Full setup wizard for .NET (ASP.NET Core, MAUI, WPF, WinForms, Azure Functions) |
3132
| `sentry-elixir-sdk` | Full setup wizard for Elixir (Phoenix, Plug, LiveView, Oban, Quantum) |

SKILL_TREE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Install and configure Sentry for any platform. If unsure which SDK fits, detect
5858
|---|---|---|
5959
| Android | [`sentry-android-sdk`](skills/sentry-android-sdk/SKILL.md) | `sentry-android-sdk/SKILL.md` |
6060
| browser JavaScript | [`sentry-browser-sdk`](skills/sentry-browser-sdk/SKILL.md) | `sentry-browser-sdk/SKILL.md` |
61+
| Cloudflare Workers and Pages | [`sentry-cloudflare-sdk`](skills/sentry-cloudflare-sdk/SKILL.md) | `sentry-cloudflare-sdk/SKILL.md` |
6162
| Apple platforms (iOS, macOS, tvOS, watchOS, visionOS) | [`sentry-cocoa-sdk`](skills/sentry-cocoa-sdk/SKILL.md) | `sentry-cocoa-sdk/SKILL.md` |
6263
| .NET | [`sentry-dotnet-sdk`](skills/sentry-dotnet-sdk/SKILL.md) | `sentry-dotnet-sdk/SKILL.md` |
6364
| Elixir | [`sentry-elixir-sdk`](skills/sentry-elixir-sdk/SKILL.md) | `sentry-elixir-sdk/SKILL.md` |
@@ -115,6 +116,7 @@ Match your project to a skill by keywords. Append the path to `https://skills.se
115116
|---|---|
116117
| android, kotlin, java, jetpack compose | `sentry-android-sdk/SKILL.md` |
117118
| browser, vanilla js, javascript, jquery, cdn, wordpress, static site | `sentry-browser-sdk/SKILL.md` |
119+
| cloudflare, cloudflare workers, cloudflare pages, wrangler, durable objects, d1, hono | `sentry-cloudflare-sdk/SKILL.md` |
118120
| ios, macos, swift, cocoa, tvos, watchos, visionos, swiftui, uikit | `sentry-cocoa-sdk/SKILL.md` |
119121
| .net, csharp, c#, asp.net, maui, wpf, winforms, blazor, azure functions | `sentry-dotnet-sdk/SKILL.md` |
120122
| elixir, phoenix, plug, liveview, oban, quantum, mix | `sentry-elixir-sdk/SKILL.md` |

scripts/build-skill-tree.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ build_keyword_lookup() {
203203
keywords="android, kotlin, java, jetpack compose" ;;
204204
sentry-browser-sdk)
205205
keywords="browser, vanilla js, javascript, jquery, cdn, wordpress, static site" ;;
206+
sentry-cloudflare-sdk)
207+
keywords="cloudflare, cloudflare workers, cloudflare pages, wrangler, durable objects, d1, hono" ;;
206208
sentry-cocoa-sdk)
207209
keywords="ios, macos, swift, cocoa, tvos, watchos, visionos, swiftui, uikit" ;;
208210
sentry-dotnet-sdk)

0 commit comments

Comments
 (0)