Skip to content

API Reference Guide

The API reference is generated from public package entry points.

  1. Read Route & Handler Surface first.
  2. Read createApp options to understand runtime route wiring.
  3. Read juniorNitro options before changing plugin package bundling.
  4. For trusted plugin hooks, use @sentry/junior-plugin-api from a plugin package and register the returned JuniorPlugin with createApp().
  5. Read instrumentation exports for telemetry setup.

Apply the exported surfaces in Quickstart, then validate runtime routes with Route & Handler Surface.