diff --git a/skills/sentry-ios-swift-setup/SKILL.md b/skills/sentry-ios-swift-setup/SKILL.md index 456164f..7d10455 100644 --- a/skills/sentry-ios-swift-setup/SKILL.md +++ b/skills/sentry-ios-swift-setup/SKILL.md @@ -13,6 +13,8 @@ Install and configure Sentry in iOS projects using Swift and SwiftUI. - User wants error monitoring, tracing, or session replay in iOS - User mentions "sentry-cocoa" or iOS crash reporting +**Important:** The configuration options and code samples below are examples. Always verify against [docs.sentry.io](https://docs.sentry.io) before implementing, as APIs and defaults may have changed. + ## Requirements - iOS 11.0+ diff --git a/skills/sentry-python-setup/SKILL.md b/skills/sentry-python-setup/SKILL.md index f50240f..654a16c 100644 --- a/skills/sentry-python-setup/SKILL.md +++ b/skills/sentry-python-setup/SKILL.md @@ -13,6 +13,8 @@ Install and configure Sentry in Python projects. - User wants error monitoring, logging, or tracing in Python - User mentions "sentry-sdk" or Python frameworks (Django, Flask, FastAPI) +**Important:** The configuration options and code samples below are examples. Always verify against [docs.sentry.io](https://docs.sentry.io) before implementing, as APIs and defaults may have changed. + ## Install ```bash diff --git a/skills/sentry-react-native-setup/SKILL.md b/skills/sentry-react-native-setup/SKILL.md index 5143a10..63aae71 100644 --- a/skills/sentry-react-native-setup/SKILL.md +++ b/skills/sentry-react-native-setup/SKILL.md @@ -13,6 +13,8 @@ Install and configure Sentry in React Native projects using the official wizard - User wants error monitoring, logging, or tracing in React Native or Expo - User mentions "@sentry/react-native" or mobile error tracking +**Important:** The configuration options and code samples below are examples. Always verify against [docs.sentry.io](https://docs.sentry.io) before implementing, as APIs and defaults may have changed. + ## Wizard Setup (Recommended) ```bash diff --git a/skills/sentry-react-setup/SKILL.md b/skills/sentry-react-setup/SKILL.md index 8d2e413..1feb3f2 100644 --- a/skills/sentry-react-setup/SKILL.md +++ b/skills/sentry-react-setup/SKILL.md @@ -13,6 +13,8 @@ Install and configure Sentry in React projects. - User wants error monitoring, logging, or tracing in React - User mentions "@sentry/react" or React error boundaries +**Important:** The configuration options and code samples below are examples. Always verify against [docs.sentry.io](https://docs.sentry.io) before implementing, as APIs and defaults may have changed. + ## Install ```bash diff --git a/skills/sentry-ruby-setup/SKILL.md b/skills/sentry-ruby-setup/SKILL.md index c2c026f..3851bb5 100644 --- a/skills/sentry-ruby-setup/SKILL.md +++ b/skills/sentry-ruby-setup/SKILL.md @@ -13,6 +13,8 @@ Install and configure Sentry in Ruby projects. - User wants error monitoring, logging, or tracing in Ruby - User mentions "sentry-ruby" gem or Ruby on Rails +**Important:** The configuration options and code samples below are examples. Always verify against [docs.sentry.io](https://docs.sentry.io) before implementing, as APIs and defaults may have changed. + ## Requirements - Ruby 2.4+ or recent JRuby versions diff --git a/skills/sentry-setup-ai-monitoring/SKILL.md b/skills/sentry-setup-ai-monitoring/SKILL.md index d089489..4d4e4aa 100644 --- a/skills/sentry-setup-ai-monitoring/SKILL.md +++ b/skills/sentry-setup-ai-monitoring/SKILL.md @@ -13,6 +13,8 @@ Configure Sentry to track LLM calls, agent executions, tool usage, and token con - User wants "AI observability" or "agent monitoring" - User asks about token usage, model latency, or AI costs +**Important:** The SDK versions, API names, and code samples below are examples. Always verify against [docs.sentry.io](https://docs.sentry.io) before implementing, as APIs and minimum versions may have changed. + ## Prerequisites AI monitoring requires **tracing enabled** (`tracesSampleRate > 0`). diff --git a/skills/sentry-setup-logging/SKILL.md b/skills/sentry-setup-logging/SKILL.md index 881ca52..39fdac3 100644 --- a/skills/sentry-setup-logging/SKILL.md +++ b/skills/sentry-setup-logging/SKILL.md @@ -13,6 +13,8 @@ Configure Sentry's structured logging feature. - User wants to integrate logging libraries (Pino, Winston, Loguru) with Sentry - User asks about `Sentry.logger` or `sentry_sdk.logger` +**Important:** The SDK versions, API names, and code samples below are examples. Always verify against [docs.sentry.io](https://docs.sentry.io) before implementing, as APIs and minimum versions may have changed. + ## Quick Reference | Platform | Min SDK | Enable Flag | Logger API | diff --git a/skills/sentry-setup-metrics/SKILL.md b/skills/sentry-setup-metrics/SKILL.md index bf3d9e6..48797d0 100644 --- a/skills/sentry-setup-metrics/SKILL.md +++ b/skills/sentry-setup-metrics/SKILL.md @@ -13,6 +13,8 @@ Configure Sentry's custom metrics for tracking counters, gauges, and distributio - User wants counters, gauges, or distributions - User asks about `Sentry.metrics` or `sentry_sdk.metrics` +**Important:** The SDK versions, API names, and code samples below are examples. Always verify against [docs.sentry.io](https://docs.sentry.io) before implementing, as APIs and minimum versions may have changed. + ## Quick Reference | Platform | Min SDK | API | diff --git a/skills/sentry-setup-tracing/SKILL.md b/skills/sentry-setup-tracing/SKILL.md index 22eb690..825fcaf 100644 --- a/skills/sentry-setup-tracing/SKILL.md +++ b/skills/sentry-setup-tracing/SKILL.md @@ -13,6 +13,8 @@ Configure Sentry's performance monitoring to track transactions and spans. - User wants to track API response times, page loads, or latency - User asks about `tracesSampleRate` or custom spans +**Important:** The SDK versions, API names, and code samples below are examples. Always verify against [docs.sentry.io](https://docs.sentry.io) before implementing, as APIs and minimum versions may have changed. + ## Quick Reference | Platform | Enable | Custom Span |