-
Sentry官方提供的Webpack插件,支持HTTPS:sentry-webpack-plugin
资源介绍
Sentry Webpack插件
一个Webpack插件,充当的接口。
安装
使用npm:
$ npm install @sentry/webpack-plugin --save-dev
使用纱:
$ yarn add @sentry/webpack-plugin --dev
CLI配置
您可以使用描述的.sentryclirc文件或ENV变量。
用法
const SentryCliPlugin = require ( '@sentry/webpack-plugin' ) ;
const config = {
plugins : [
new SentryCliPlugin ( {
include : '.' ,
ignoreFile : '.sentrycliignore' ,
ignore : [ 'node_modules' , '
- 上一篇: 前端开源库-dmd-bitbucket
- 下一篇: 前端开源库-grunt-clientlibs