Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

**WARNING: This project is work in progress! Do not yet use it in production. We're happy to receive your feedback!**

Universal Sentry plugin for various JavaScript bundlers. Based on [unjs/uplugin](https://github.com/getsentry/bundler-plugins). Currently supports Rollup, Vite, esbuild, Webpack 4 and Webpack 5.
Universal Sentry plugin for various JavaScript bundlers. Based on [unjs/uplugin](https://github.com/unjs/unplugin). Currently supports Rollup, Vite, esbuild, Webpack 4 and Webpack 5.

Check out the individual packages for more information and examples:

- [Rollup](https://github.com/getsentry/bundler-plugins/tree/main/packages/rollup-plugin)
- [Vite](https://github.com/getsentry/bundler-plugins/tree/main/packages/vite-plugin)
- [esbuild](https://github.com/getsentry/bundler-plugins/tree/main/packages/esbuild-plugin)
- [Webpack](https://github.com/getsentry/bundler-plugins/tree/main/packages/webpack-plugin)
- [Rollup](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/rollup-plugin)
- [Vite](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin)
- [esbuild](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin)
- [Webpack](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin)

### Features

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@sentry/bundler-plugins",
"name": "@sentry/sentry-javascript-bundler-plugins",
"version": "0.0.0",
"description": "Sentry Bundler Plugins Monorepo.",
"repository": "[email protected]:getsentry/bundler-plugins.git",
"repository": "[email protected]:getsentry/sentry-javascript-bundler-plugins.git",
"private": true,
"workspaces": [
"packages/*"
Expand Down
8 changes: 4 additions & 4 deletions packages/bundler-plugin-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Core package containing the bundler-agnostic functionality used by the bundler p

Check out the individual packages for more information and examples:

- [Rollup](https://github.com/getsentry/bundler-plugins/tree/main/packages/rollup-plugin)
- [Vite](https://github.com/getsentry/bundler-plugins/tree/main/packages/vite-plugin)
- [esbuild](https://github.com/getsentry/bundler-plugins/tree/main/packages/esbuild-plugin)
- [Webpack](https://github.com/getsentry/bundler-plugins/tree/main/packages/webpack-plugin)
- [Rollup](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/rollup-plugin)
- [Vite](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin)
- [esbuild](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin)
- [Webpack](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin)

### Features

Expand Down
4 changes: 2 additions & 2 deletions packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@sentry/esbuild-plugin",
"version": "0.0.0-alpha.0",
"description": "Official Sentry esbuild plugin",
"repository": "[email protected]:getsentry/bundler-plugins.git",
"homepage": "https://github.com/getsentry/bundler-plugins/tree/main/packages/esbuild-plugin",
"repository": "[email protected]:getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin",
"author": "Sentry",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@sentry/rollup-plugin",
"version": "0.0.0-alpha.0",
"description": "Official Sentry Rollup plugin",
"repository": "git://github.com/getsentry/bundler-plugins.git",
"homepage": "https://github.com/getsentry/bundler-plugins/tree/main/packages/rollup-plugin",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/rollup-plugin",
"author": "Sentry",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@sentry/vite-plugin",
"version": "0.0.0-alpha.0",
"description": "Official Sentry Vite plugin",
"repository": "git://github.com/getsentry/bundler-plugins.git",
"homepage": "https://github.com/getsentry/bundler-plugins/tree/main/packages/vite-plugin",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin",
"author": "Sentry",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@sentry/webpack-plugin",
"version": "0.0.0-alpha.0",
"description": "Official Sentry Webpack plugin",
"repository": "git://github.com/getsentry/bundler-plugins.git",
"homepage": "https://github.com/getsentry/bundler-plugins/tree/main/packages/webpack-plugin",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin",
"author": "Sentry",
"license": "MIT",
"keywords": [
Expand Down