@pagoda-tools/sentry
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@pagoda-tools/sentry

安装

yarn add @pagoda-tools/sentry

基本用法

// vue2
// import Vue from 'vue';
import { createApp } from 'vue';
import App from './App.vue';
import { router } from './router';
import { PagodaSentry } from '@pagoda-tools/sentry';

new PagodaSentry({
  app,
  router,
  // vue2
  // Vue,
  onEvent(e, data) {
    console.log(e, data);
  },
});

Readme

Keywords

none

Package Sidebar

Install

npm i @pagoda-tools/sentry

Weekly Downloads

4

Version

1.0.2

License

none

Unpacked Size

20.7 kB

Total Files

8

Last publish

Collaborators

  • xwjweb
  • aaron-zm
  • ckang1229