Skip to content

Commit a8975d6

Browse files
author
Luca Forstner
authored
meta: Rename repo to sentry-javascript-bundler-plugins (#57)
1 parent 922d4c2 commit a8975d6

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

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

11-
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.
11+
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.
1212

1313
Check out the individual packages for more information and examples:
1414

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

2020
### Features
2121

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@sentry/bundler-plugins",
2+
"name": "@sentry/sentry-javascript-bundler-plugins",
33
"version": "0.0.0",
44
"description": "Sentry Bundler Plugins Monorepo.",
5-
"repository": "[email protected]:getsentry/bundler-plugins.git",
5+
"repository": "[email protected]:getsentry/sentry-javascript-bundler-plugins.git",
66
"private": true,
77
"workspaces": [
88
"packages/*"

packages/bundler-plugin-core/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Core package containing the bundler-agnostic functionality used by the bundler p
1212

1313
Check out the individual packages for more information and examples:
1414

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

2020
### Features
2121

packages/esbuild-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@sentry/esbuild-plugin",
33
"version": "0.0.0-alpha.0",
44
"description": "Official Sentry esbuild plugin",
5-
"repository": "[email protected]:getsentry/bundler-plugins.git",
6-
"homepage": "https://github.com/getsentry/bundler-plugins/tree/main/packages/esbuild-plugin",
5+
"repository": "[email protected]:getsentry/sentry-javascript-bundler-plugins.git",
6+
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin",
77
"author": "Sentry",
88
"license": "MIT",
99
"keywords": [

packages/rollup-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@sentry/rollup-plugin",
33
"version": "0.0.0-alpha.0",
44
"description": "Official Sentry Rollup plugin",
5-
"repository": "git://github.com/getsentry/bundler-plugins.git",
6-
"homepage": "https://github.com/getsentry/bundler-plugins/tree/main/packages/rollup-plugin",
5+
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
6+
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/rollup-plugin",
77
"author": "Sentry",
88
"license": "MIT",
99
"keywords": [

packages/vite-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@sentry/vite-plugin",
33
"version": "0.0.0-alpha.0",
44
"description": "Official Sentry Vite plugin",
5-
"repository": "git://github.com/getsentry/bundler-plugins.git",
6-
"homepage": "https://github.com/getsentry/bundler-plugins/tree/main/packages/vite-plugin",
5+
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
6+
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin",
77
"author": "Sentry",
88
"license": "MIT",
99
"keywords": [

packages/webpack-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@sentry/webpack-plugin",
33
"version": "0.0.0-alpha.0",
44
"description": "Official Sentry Webpack plugin",
5-
"repository": "git://github.com/getsentry/bundler-plugins.git",
6-
"homepage": "https://github.com/getsentry/bundler-plugins/tree/main/packages/webpack-plugin",
5+
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
6+
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin",
77
"author": "Sentry",
88
"license": "MIT",
99
"keywords": [

0 commit comments

Comments
 (0)