1
Install the SDK
You can install the BugByBug React SDK via npm.
2
Import into your app
Initialization the SDK into your
index.js or main.ts3. Basic Usage
Once initialized, you can start using the SDK to capture bugs and errors.Manually capturing an Error
The SDK automatically captures errors within your projects, although, you still have the choose to capture or catch these errors manually like this:Identifying users within your authentication
You can useBugByBugService in your authentication component to set the user context.