Skip to content

Commit 5889189

Browse files
committed
release: 5.3.0
1 parent 06fde9e commit 5889189

21 files changed

Lines changed: 95 additions & 76 deletions

File tree

CHANGELOG.md

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

3+
## 5.3.0
4+
5+
### New Features ✨
6+
7+
- (babel) Auto-inject sentry-label from static text children by @antonis in [#925](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/925)
8+
9+
### Bug Fixes 🐛
10+
11+
- (vite) Avoid version-specific plugin return type by @logaretm in [#928](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/928)
12+
13+
### Internal Changes 🔧
14+
15+
- Fix craft config by @timfish in [#930](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/930)
16+
- Update craft by @timfish in [#929](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/929)
17+
- Use Rolldown v1 stable by @timfish in [#924](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/924)
18+
- Remove old integration tests by @timfish in [#922](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/922)
19+
- Ensure correct bundlers are resolved by @timfish in [#921](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/921)
20+
- Fix telemetry tests to capture all envelopes by @timfish in [#920](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/920)
21+
322
## 5.2.1
423

524
### Bug Fixes 🐛

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.1",
3+
"version": "5.3.0",
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",
@@ -53,8 +53,8 @@
5353
"@babel/core": "7.18.5",
5454
"@types/babel__core": "^7.20.5",
5555
"@babel/preset-react": "^7.23.3",
56-
"@sentry-internal/eslint-config": "5.2.1",
57-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.2.1",
56+
"@sentry-internal/eslint-config": "5.3.0",
57+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.3.0",
5858
"@types/node": "^18.6.3",
5959
"eslint": "^8.18.0",
6060
"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.1",
3+
"version": "5.3.0",
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.1",
58+
"@sentry/babel-plugin-component-annotate": "5.3.0",
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.1",
67-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.2.1",
66+
"@sentry-internal/eslint-config": "5.3.0",
67+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.3.0",
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.1",
3+
"version": "5.3.0",
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.1",
3+
"version": "5.3.0",
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.1"
51+
"@sentry/bundler-plugin-core": "5.3.0"
5252
},
5353
"devDependencies": {
54-
"@sentry-internal/eslint-config": "5.2.1",
55-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.2.1",
54+
"@sentry-internal/eslint-config": "5.3.0",
55+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "5.3.0",
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.1",
3+
"version": "5.3.0",
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.1"
8+
"@sentry/esbuild-plugin": "5.3.0"
99
},
1010
"pnpm": {
1111
"overrides": {
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"
12+
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.3.0.tgz",
13+
"@sentry/esbuild-plugin": "file:../../../esbuild-plugin/sentry-esbuild-plugin-5.3.0.tgz",
14+
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.3.0.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.1",
7+
"@sentry/rollup-plugin": "5.3.0",
88
"react": "19.2.4",
99
"rolldown": "1.0.0"
1010
},
1111
"pnpm": {
1212
"overrides": {
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"
13+
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.3.0.tgz",
14+
"@sentry/rollup-plugin": "file:../../../rollup-plugin/sentry-rollup-plugin-5.3.0.tgz",
15+
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.3.0.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.1"
11+
"@sentry/rollup-plugin": "5.3.0"
1212
},
1313
"pnpm": {
1414
"overrides": {
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"
15+
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.3.0.tgz",
16+
"@sentry/rollup-plugin": "file:../../../rollup-plugin/sentry-rollup-plugin-5.3.0.tgz",
17+
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.3.0.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.1"
11+
"@sentry/rollup-plugin": "5.3.0"
1212
},
1313
"pnpm": {
1414
"overrides": {
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"
15+
"@sentry/bundler-plugin-core": "file:../../../bundler-plugin-core/sentry-bundler-plugin-core-5.3.0.tgz",
16+
"@sentry/rollup-plugin": "file:../../../rollup-plugin/sentry-rollup-plugin-5.3.0.tgz",
17+
"@sentry/babel-plugin-component-annotate": "file:../../../babel-plugin-component-annotate/sentry-babel-plugin-component-annotate-5.3.0.tgz"
1818
},
1919
"patchedDependencies": {
2020
"@sentry/cli": "../patches/@sentry__cli.patch"

0 commit comments

Comments
 (0)