feat: Add Mini Program SDK skill (sentry-miniapp)#83
feat: Add Mini Program SDK skill (sentry-miniapp)#83lizhiyao wants to merge 1 commit intogetsentry:mainfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Add a complete SDK setup wizard for mini programs using sentry-miniapp, a community SDK built on @sentry/core v10. Supports WeChat, Alipay, ByteDance, Baidu, QQ, DingTalk, Kuaishou mini programs and cross-platform frameworks (Taro / uni-app). Includes references for: - Error monitoring (automatic + manual capture) - Performance tracing (spans, distributed tracing, sessions) - Offline cache (weak network reliability) - Source map (stack trace resolution)
3db5cca to
3f76c67
Compare
|
Hi @sfanahata 👋 Thanks again for merging sentry-docs#17152 yesterday — it's great to see Mini Programs officially listed as a community-supported platform! This PR is the AI-skill counterpart to that docs entry: it lets coding assistants (Claude Code, Cursor, etc.) guide developers through integrating Would you (or whoever owns the |

Summary
Add
sentry-miniapp-sdkskill — a complete SDK setup wizard for sentry-miniapp, enabling AI coding assistants to guide developers through integrating Sentry into mini program projects.What are Mini Programs?
Mini Programs (小程序) are lightweight apps running inside super-apps like WeChat, Alipay, and ByteDance/Douyin — a massive mobile ecosystem in China with hundreds of millions of DAU. Sentry has no official SDK for this platform;
sentry-miniappis a community SDK built on@sentry/corev10 that fills this gap.Skill Structure
Platform Coverage
About sentry-miniapp
@sentry/corev10, follows Unified API🤖 Generated with Claude Code