API Reference Guide
The API reference is generated from public package entry points.
Start points
Section titled “Start points”Suggested reading order
Section titled “Suggested reading order”- Read Route & Handler Surface first.
- Read
createAppoptions to understand runtime route wiring. - Read
juniorNitrooptions before changing plugin package bundling. - For trusted plugin hooks, use
@sentry/junior-plugin-apifrom a plugin package and register the returnedJuniorPluginwithcreateApp(). - Read instrumentation exports for telemetry setup.
Next step
Section titled “Next step”Apply the exported surfaces in Quickstart, then validate runtime routes with Route & Handler Surface.