Links

JavaScript

Overview

BugSplat supports JavaScript and TypeScript error reporting in a variety of environments. Each environment that BugSplat supports requires slightly different configurations. Follow the links below for instructions on how to configure BugSplat in your application:
If a platform or framework your team is leveraging is not listed above, never fear! You can leverage our bugsplat npm package to add error reporting to any browser-based app or bugsplat-node to add error reporting to any Node.js based app.
BugSplat supports unwinding uglified and minified JavaScript stack traces via source maps. More information about configuring your application to upload source maps to BugSplat is available here.
Last modified 3mo ago