qualtive-web-sentry
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Qualtive Client Library for Web – Sentry

Sentry additions for the Qualtive client library for web.

Installation

npm install qualtive-web-sentry

TypeScript types are included in this package.

Usage

This package exposes a Sentry integration which can be installed when you initialize Sentry.

Example:

import { qualtiveIntegration } from "qualtive-web-sentry"
import * as Sentry from "@sentry/browser"

Sentry.init({
  ...otherSentryOptions,
  integrations: [
    qualtiveIntegration(),
  ],
})

Readme

Keywords

none

Package Sidebar

Install

npm i qualtive-web-sentry

Weekly Downloads

12

Version

1.0.0

License

ISC

Unpacked Size

3.91 kB

Total Files

8

Last publish

Collaborators

  • qualtive