Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sentry/sentry-javascript-bundler-plugins",
"version": "0.0.0",
"description": "Sentry Bundler Plugins Monorepo.",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-component-annotate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sentry/babel-plugin-component-annotate",
"version": "5.3.0",
"description": "A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/babel-plugin-component-annotate",
"author": "Sentry",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-plugin-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sentry/bundler-plugin-core",
"version": "5.3.0",
"description": "Sentry Bundler Plugin Core",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core",
"author": "Sentry",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sentry/bundler-plugins",
"version": "5.3.0",
"description": "Sentry Bundler Plugins",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugins",
"author": "Sentry",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sentry/esbuild-plugin",
"version": "5.3.0",
"description": "Official Sentry esbuild plugin",
"repository": "git@github.com:getsentry/sentry-javascript-bundler-plugins.git",
"repository": "git+https://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin",
"author": "Sentry",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sentry/rollup-plugin",
"version": "5.3.0",
"description": "Official Sentry Rollup plugin",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"repository": "git+https://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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sentry/vite-plugin",
"version": "5.3.0",
"description": "Official Sentry Vite plugin",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"repository": "git+https://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",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@sentry/webpack-plugin",
"version": "5.3.0",
"description": "Official Sentry Webpack plugin",
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
"repository": "git+https://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",
Expand Down