文件名称:sentry-webpack-plugin:Sentry https的官方Webpack插件
文件大小:141KB
文件格式:ZIP
更新时间:2024-05-17 23:45:58
JavaScript
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' , '
【文件预览】:
sentry-webpack-plugin-master
----.gitignore(78B)
----.eslintrc(98B)
----package.json(1KB)
----src()
--------sentry.loader.js(412B)
--------sentry-webpack.module.js(25B)
--------index.js(13KB)
--------__tests__()
--------cjs.js(45B)
----jest.config.js(113B)
----LICENSE(1KB)
----CHANGELOG.md(3KB)
----.github()
--------workflows()
----scripts()
--------craft-pre-release.sh(183B)
----README.md(9KB)
----example()
--------package.json(532B)
--------webpack.config.js(784B)
--------index.js(71B)
--------bar.js(62B)
--------test.js(607B)
--------yarn.lock(98KB)
----.vscode()
--------settings.json(287B)
--------extensions.json(177B)
----.craft.yml(255B)
----.npmignore(86B)
----.prettierrc(97B)
----yarn.lock(232KB)
----index.d.ts(6KB)