Skip to content

Commit b1aa688

Browse files
committed
release: 5.2.1
1 parent b7d8ea6 commit b1aa688

21 files changed

Lines changed: 91 additions & 79 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 5.2.1
4+
5+
### Bug Fixes 🐛
6+
7+
- (webpack) Await source map deletion before signaling build completion by @andreiborza in [#918](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/918)
8+
9+
### Internal Changes 🔧
10+
11+
- (ci) Disable changelog preview by @chargome in [#917](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/917)
12+
- Add additional integration tests by @timfish in [#914](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/914)
13+
- Remove unused e2e tests by @timfish in [#915](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/915)
14+
315
## 5.2.0
416

517
### New Features ✨

packages/babel-plugin-component-annotate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/babel-plugin-component-annotate",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry",
55
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/babel-plugin-component-annotate",
@@ -52,8 +52,8 @@
5252
"devDependencies": {
5353
"@babel/core": "7.18.5",
5454
"@babel/preset-react": "^7.23.3",
55-
"@sentry-internal/eslint-config": "5.2.0",
56-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.2.0",
55+
"@sentry-internal/eslint-config": "5.2.1",
56+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.2.1",
5757
"@types/node": "^18.6.3",
5858
"eslint": "^8.18.0",
5959
"vitest": "^4.0.0",

packages/bundler-plugin-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/bundler-plugin-core",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Sentry Bundler Plugin Core",
55
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core",
@@ -55,16 +55,16 @@
5555
},
5656
"dependencies": {
5757
"@babel/core": "^7.18.5",
58-
"@sentry/babel-plugin-component-annotate": "5.2.0",
58+
"@sentry/babel-plugin-component-annotate": "5.2.1",
5959
"@sentry/cli": "^2.58.5",
6060
"dotenv": "^16.3.1",
6161
"find-up": "^5.0.0",
6262
"glob": "^13.0.6",
6363
"magic-string": "~0.30.8"
6464
},
6565
"devDependencies": {
66-
"@sentry-internal/eslint-config": "5.2.0",
67-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.2.0",
66+
"@sentry-internal/eslint-config": "5.2.1",
67+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.2.1",
6868
"@sentry/core": "8.30.0",
6969
"@sentry/types": "8.30.0",
7070
"@sentry/utils": "8.30.0",

packages/dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/dev-utils",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"license": "MIT",
55
"private": true,
66
"files": [

packages/esbuild-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/esbuild-plugin",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Official Sentry esbuild plugin",
55
"repository": "git@github.com:getsentry/sentry-javascript-bundler-plugins.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin",
@@ -48,11 +48,11 @@
4848
"prepack": "ts-node ./src/prepack.ts"
4949
},
5050
"dependencies": {
51-
"@sentry/bundler-plugin-core": "5.2.0"
51+
"@sentry/bundler-plugin-core": "5.2.1"
5252
},
5353
"devDependencies": {
54-
"@sentry-internal/eslint-config": "5.2.0",
55-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.2.0",
54+
"@sentry-internal/eslint-config": "5.2.1",
55+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.2.1",
5656
"@types/node": "^18.6.3",
5757
"eslint": "^8.18.0",
5858
"vitest": "^4.0.0",

packages/eslint-configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/eslint-config",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"license": "MIT",
55
"private": true,
66
"peerDependencies": {

packages/integration-tests-next/fixtures/esbuild/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"type": "module",
66
"dependencies": {
77
"esbuild": "0.28.0",
8-
"@sentry/esbuild-plugin": "5.2.0"
8+
"@sentry/esbuild-plugin": "5.2.1"
99
},
1010
"pnpm": {
1111
"overrides": {
12-
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.0.tgz",
13-
"@sentry/esbuild-plugin": "file:../../../esbuild-plugin/sentry-esbuild-plugin-5.2.0.tgz",
14-
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.0.tgz"
12+
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.1.tgz",
13+
"@sentry/esbuild-plugin": "file:../../../esbuild-plugin/sentry-esbuild-plugin-5.2.1.tgz",
14+
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.1.tgz"
1515
},
1616
"patchedDependencies": {
1717
"@sentry/cli": "../patches/@sentry__cli.patch"

packages/integration-tests-next/fixtures/rolldown/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"private": true,
55
"type": "module",
66
"dependencies": {
7-
"@sentry/rollup-plugin": "5.2.0",
7+
"@sentry/rollup-plugin": "5.2.1",
88
"react": "19.2.4",
99
"rolldown": "1.0.0-rc.10"
1010
},
1111
"pnpm": {
1212
"overrides": {
13-
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.0.tgz",
14-
"@sentry/rollup-plugin": "file:../../../rollup-plugin/sentry-rollup-plugin-5.2.0.tgz",
15-
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.0.tgz"
13+
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.1.tgz",
14+
"@sentry/rollup-plugin": "file:../../../rollup-plugin/sentry-rollup-plugin-5.2.1.tgz",
15+
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.1.tgz"
1616
},
1717
"patchedDependencies": {
1818
"@sentry/cli": "../patches/@sentry__cli.patch"

packages/integration-tests-next/fixtures/rollup3/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"rollup": "3.30.0",
99
"@rollup/plugin-babel": "6.0.4",
1010
"@rollup/plugin-node-resolve": "15.2.3",
11-
"@sentry/rollup-plugin": "5.2.0"
11+
"@sentry/rollup-plugin": "5.2.1"
1212
},
1313
"pnpm": {
1414
"overrides": {
15-
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.0.tgz",
16-
"@sentry/rollup-plugin": "file:../../../rollup-plugin/sentry-rollup-plugin-5.2.0.tgz",
17-
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.0.tgz"
15+
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.1.tgz",
16+
"@sentry/rollup-plugin": "file:../../../rollup-plugin/sentry-rollup-plugin-5.2.1.tgz",
17+
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.1.tgz"
1818
},
1919
"patchedDependencies": {
2020
"@sentry/cli": "../patches/@sentry__cli.patch"

packages/integration-tests-next/fixtures/rollup4/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"rollup": "4.59.0",
99
"@rollup/plugin-babel": "6.0.4",
1010
"@rollup/plugin-node-resolve": "16.0.3",
11-
"@sentry/rollup-plugin": "5.2.0"
11+
"@sentry/rollup-plugin": "5.2.1"
1212
},
1313
"pnpm": {
1414
"overrides": {
15-
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.0.tgz",
16-
"@sentry/rollup-plugin": "file:../../../rollup-plugin/sentry-rollup-plugin-5.2.0.tgz",
17-
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.0.tgz"
15+
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.2.1.tgz",
16+
"@sentry/rollup-plugin": "file:../../../rollup-plugin/sentry-rollup-plugin-5.2.1.tgz",
17+
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.2.1.tgz"
1818
},
1919
"patchedDependencies": {
2020
"@sentry/cli": "../patches/@sentry__cli.patch"

0 commit comments

Comments
 (0)