# sentry-quickapp2

> 快应用sentry

Latest version **1.0.0-beta.9** (published 2023-05-31) · ISC license · 0 weekly downloads

## Install

```sh
npm install sentry-quickapp2
pnpm add sentry-quickapp2
yarn add sentry-quickapp2
bun add sentry-quickapp2
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0-beta.9 |
| Published | 2023-05-31 |
| First published | 2023-05-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 333.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | shaneqin |

## Links

- npm: https://www.npmjs.com/package/sentry-quickapp2
- Repository: https://github.com/ShaneQin/sentry-quickapp
- Homepage: https://github.com/ShaneQin/sentry-quickapp#readme
- Issues: https://github.com/ShaneQin/sentry-quickapp/issues
- npm.io page: https://npm.io/package/sentry-quickapp2

## Dependencies (5)

- [@sentry/core](https://npm.io/package/@sentry/core.md) ^7.50.0
- [@sentry/types](https://npm.io/package/@sentry/types.md) ^7.50.0
- [@sentry/utils](https://npm.io/package/@sentry/utils.md) ^7.50.0
- [@sentry/browser](https://npm.io/package/@sentry/browser.md) ^7.50.0
- [@types/quickapp](https://npm.io/package/@types/quickapp.md) npm:quickapp-interface@^1.0.0

## Recent versions

- 1.0.0-beta.9 (latest) — 2023-05-31
- 1.0.0-beta.8 — 2023-05-26
- 1.0.0-beta.7 — 2023-05-05
- 1.0.0-beta.6 — 2023-05-05
- 1.0.0-beta.5 — 2023-05-04
- 1.0.0-beta.4 — 2023-05-03
- 1.0.0-beta.3 — 2023-05-03
- 1.0.0-beta.2 — 2023-05-03
- 1.0.0-beta.1 — 2023-05-03

## README

# sentry-quickapp 快应用Sentry SDK

![npm version](https://img.shields.io/npm/v/sentry-quickapp2)
![npm download](https://img.shields.io/npm/dm/sentry-quickapp2)

## 功能

## 用法

1. 安装依赖（注意这里是sentry-quickapp2，因为sentry-quickapp被别人注册了）
   ```bash
   npm install sentry-quickapp2 --save
   ```
2. 在快应用 `app.ux` 文件中引入
   ```js
   import { init, captureException } from 'sentry-quickapp2'
   export default {
     onCreate() {
      init({
          dsn: '你项目的dsn',
        })
      },
      onError(e) {
        captureException(e)
      }
   }
   ```

---
_Source: https://npm.io/package/sentry-quickapp2 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
