ReactJS SDK
1 . Installation & Setup
To start using AllStak, follow these steps:
1. Install AllStak SDK
Run the following command in your project directory:
or with yarn:
2. Import & Initialize AllStak
In your main React entry file (index.tsx
or main.tsx
), import and initialize AllStak:
3. Handling Errors in Components
To capture errors in specific components, wrap them with the AllStakErrorBoundary
:
Last updated