Skip to content
Skillv1.0.0

expo

The test bed for the SDK under Expo (config plugin, Metro integration, EAS). Use it to verify a change behaves in an Expo-managed app, not just a bare RN one.

by getsentry(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from getsentry/sentry-react-native (samples/expo/AGENTS.md). Install upstream with npx skills add getsentry/sentry-react-native --skill expo. Copyright stays with the author.

samples/expo — Expo Sample App

The test bed for the SDK under Expo (config plugin, Metro integration, EAS). Use it to verify a change behaves in an Expo-managed app, not just a bare RN one.

Running

yarn start          # Start the dev server (expo start)
yarn ios            # Build & run the iOS dev client (expo run:ios)
yarn android        # Build & run the Android dev client (expo run:android)

yarn start then follows the Expo CLI prompts to open on an iOS simulator, Android emulator, or a physical device. Because the SDK ships native code, plain Expo Go isn't enough — the run:* scripts build a dev client that includes it.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/getsentry-sentry-react-native-expo/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

getsentry-sentry-react-native-expo.ocm.jsonjson
{
  "ocm": "1",
  "id": "getsentry-sentry-react-native-expo",
  "kind": "skill",
  "name": "expo",
  "description": "The test bed for the SDK under Expo (config plugin, Metro integration, EAS). Use it to verify a change behaves in an Expo-managed app, not just a bare RN one.",
  "publisher": "getsentry",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "The test bed for the SDK under Expo (config plugin, Metro integration, EAS). Use it to verify a change behaves in an Expo-managed app, not just a bare RN one."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/getsentry/sentry-react-native",
      "path": "samples/expo/AGENTS.md",
      "ref": "7fd00125df66762fd67bf2809203b6fc3b03c072",
      "url": "https://github.com/getsentry/sentry-react-native/blob/7fd00125df66762fd67bf2809203b6fc3b03c072/samples/expo/AGENTS.md",
      "key": "getsentry/sentry-react-native/samples/expo/AGENTS.md"
    }
  },
  "instructions": "# samples/expo — Expo Sample App\n\nThe test bed for the SDK under Expo (config plugin, Metro integration, EAS). Use it to verify a change behaves in an Expo-managed app, not just a bare RN one.\n\n## Running\n\n```bash\nyarn start          # Start the dev server (expo start)\nyarn ios            # Build & run the iOS dev client (expo run:ios)\nyarn android        # Build & run the Android dev client (expo run:android)\n```\n\n`yarn start` then follows the Expo CLI prompts to open on an iOS simulator, Android emulator, or a physical device. Because the SDK ships native code, plain Expo Go isn't enough — t",
  "cost": {
    "context_tokens": 163
  }
}

Fetch it by URL: GET /api/v1/registry/getsentry-sentry-react-native-expo/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.