Sentry Webpack Plugin
Description
Repo moved to https://github.com/getsentry/sentry-javascript-bundler-plugins. Please open any issues/PRs there.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Moved!
⚠️ Notice: The repository for the `@sentry/webpack-plugin` package moved to https://github.com/getsentry/sentry-javascript-bundler-plugins.
Please open any issues and PRs over there, as this repository is no longer maintained!
Sentry Webpack Plugin
A webpack plugin acting as an interface to [Sentry CLI](https://docs.sentry.io/learn/cli/).
Installation
`@sentry/webpack-plugin` requires at least `webpack@4.41.31` or any `webpack@5` version to be installed.
Using npm:
$ npm install @sentry/webpack-plugin --save-dev
Using yarn:
$ yarn add @sentry/webpack-plugin --dev
CLI Configuration
You can use either `.sentryclirc` file or ENV variables described here https://docs.sentry.io/cli/configuration.
Usage
const SentryWebpackPlugin = require('@sentry/webpack-plugin');
const config = {
plugins: [
new SentryWebpackPlugin({
include: '.',
ignoreFile: '.sentrycliignore',
ignore: ['node_modules', 'webpack.config.js'],
configFile: 'sentry.properties',
}),
],
};
Also, check the [example](example) directory.
Options
| Option | Type | Required | Description | | ------------------ | ----------------------------------------------------------
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git