@onsetio/browser
v1.0.2
Published
Official Sentry SDK for Browsers
Readme
Official Onset SDK for Browsers
Used for loading public releases.
Installation and Usage
Simply install the package:
npm install --save @onsetio/browser
yarn add @onsetio/browserSetup and usage of these SDKs always follows the same principle.
import OnsetBrowserClient from "@onsetio/browser";
const client = new OnsetBrowserClient("__PAGE_SLUG__");
const releases = await client.releases.fetch();