Vanilla JavaScript
Use this guide when you want to install Flare directly in a plain JavaScript application without a framework-specific integration layer.
Laravel Mix is deprecated. We recommend Vite for new projects.
Sourcemaps
If your application is bundled for production, configure sourcemap uploads so Flare can show readable stack traces and code snippets. Start with the guide above for the common setup path, and use the resolving bundled code guide for advanced bundler configuration or manual upload options.
Troubleshooting
If you need more insight while setting things up, enable debug mode with flare.light('key', true) or by setting flare.debug = true before reporting an error.
- On this page
- Sourcemaps
- Troubleshooting