# yach.ext.sentry-electron

# owner

张永昌(079917)

# 安装

npm i yach.ext.sentry-electron

# init

import { init as sentryInit } from 'yach.ext.sentry-electron';

let config = {sentry:'',env:'online'};
sentryInit(config);

# version

# 0.0.3.20200727

  1. add owner

# 0.0.2.20200722

  1. yach.util.sentry-electron --> yach.ext.sentry-electron

# 0.0.1.20200710

  1. init project
  2. es6 --> commonjs
foo