.agents/skills/add-cdn-bundle/SKILL.md
Create a new CDN bundle for the browser package with specified features
npx skillsauth add getsentry/sentry-javascript add-cdn-bundleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill creates a new CDN bundle for the browser package that includes a specific combination of features.
The user provides a feature combination using dot notation:
logs.metrics - Bundle with logs and metricsreplay.logs.metrics - Bundle with replay, logs, and metricstracing.replay.logs - Bundle with tracing, replay, and logstracing.replay.feedback.logs.metrics - Full featured bundleFeature order in bundle names: tracing → replay → feedback → logs → metrics
Follow the detailed guide at docs/adding-cdn-bundle.md to create the bundle.
Given a feature combination, derive these variants:
| Placeholder | Example (replay.logs.metrics) |
| ------------------------------- | ------------------------------- |
| {FEATURE_COMBO} | replay.logs.metrics |
| {feature_combo} | replay_logs_metrics |
| {featureCombo} | replayLogsMetrics |
| {Human Readable Features} | Replay, Logs, Metrics |
| {Human Readable Feature List} | Replay, Logs, and Metrics |
packages/browser/src/index.bundle.{FEATURE_COMBO}.tspackages/browser/test/index.bundle.{FEATURE_COMBO}.test.tspackages/browser/rollup.bundle.config.mjs.size-limit.jsdev-packages/browser-integration-tests/package.jsondev-packages/browser-integration-tests/utils/generatePlugin.ts.github/workflows/build.ymlAfter making changes:
yarn lint
cd packages/browser && yarn build:dev
cd packages/browser && yarn test
development
Upgrade OpenTelemetry instrumentations across the Sentry JavaScript SDK. Use when bumping OTel instrumentation packages to their latest versions.
development
Upgrade a dependency in the Sentry JavaScript SDK. Use when upgrading packages, bumping versions, or fixing security vulnerabilities via dependency updates.
development
Triage GitHub issues with codebase research and actionable recommendations
testing
Scan agent skills for security issues. Use when asked to "scan a skill", "audit a skill", "review skill security", "check skill for injection", "validate SKILL.md", or assess whether an agent skill is safe to install. Checks for prompt injection, malicious scripts, excessive permissions, secret exposure, and supply chain risks.