Integrate with the lightweight loader
Your application includes a small wrapper that loads the configured bundle from Corbado. The bundle already contains the Observe SDK and capture rules, so your frontend does not need an npm SDK dependency or event calls for every interaction.1
Get your configured snippet
Use the loader URL and project settings provided for your enterprise integration in the Management Console.
2
Add the loader to your frontend
Add the supplied wrapper once, then initialize capture as soon as your authentication frontend starts, under your established collection policy. The wrapper queues lifecycle calls while the bundle loads asynchronously.
3
Verify the captured journeys
Walk the configured login methods, including failures, retries and method switches. Confirm that the resulting journeys match the application.
Corbado-managed updates
The loader URL stays the same while Corbado publishes updated capture bundles. Subsequent page loads receive the updates under the applicable browser and CDN caching rules. You do not need an application release for each capture-configuration update. Corbado maintains the capture rules as authentication flows and browser behavior evolve. Share planned login changes so coverage can be verified. See configuration updates for hosting and release considerations.Add custom events when needed
For outcomes or context that Autocapture cannot observe, see custom-event setup. The JavaScript SDK supports this explicit instrumentation; it is already included in your Autocapture bundle. When combining custom events with Autocapture, coordinate the shared tracker and session with Corbado. Avoid independently initializing another tracker for the same journey.Resources
- Autocapture: Loader setup and lifecycle calls.
- Verification: Check the integration.
- Explicit instrumentation: Custom events and AI-assisted instrumentation.