Skip to content

meta(changelog): Update changelog for 9.10.1 #15910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 28, 2025
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott

## 9.10.1

- fix: Correct @sentry-internal/feedback docs to match the code ([#15874](https://github.com/getsentry/sentry-javascript/pull/15874))
- deps: Bump bundler plugins to version `3.2.4` ([#15909](https://github.com/getsentry/sentry-javascript/pull/15909))

## 9.10.0

### Important Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/migration/feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ users.
| `buttonLabel` | `triggerLabel` | `"Report a bug"` |
| `isRequiredText` | `isRequiredLabel` | `"(required)"` |
| - | `addScreenshotLabel` | `"Add a screenshot"` |
| - | `removeScreenshotLabel` | `"Remove Screenshot"` |
| - | `removeScreenshotLabel` | `"Remove screenshot"` |
| - | `confirmButtonLabel` | `"Confirm"` |
| - | `successMessageText` | `"Thank you for your report!"` |

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@sentry/core": "9.10.0",
"@sentry/react": "9.10.0",
"@sentry/webpack-plugin": "3.2.3"
"@sentry/webpack-plugin": "3.2.4"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@sentry/opentelemetry": "9.10.0",
"@sentry/react": "9.10.0",
"@sentry/vercel-edge": "9.10.0",
"@sentry/webpack-plugin": "3.2.3",
"@sentry/webpack-plugin": "3.2.4",
"chalk": "3.0.0",
"resolve": "1.22.8",
"rollup": "4.35.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@sentry/core": "9.10.0",
"@sentry/node": "9.10.0",
"@sentry/opentelemetry": "9.10.0",
"@sentry/rollup-plugin": "3.2.3",
"@sentry/vite-plugin": "3.2.3",
"@sentry/rollup-plugin": "3.2.4",
"@sentry/vite-plugin": "3.2.4",
"@sentry/vue": "9.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@sentry/cli": "^2.42.3",
"@sentry/core": "9.10.0",
"@sentry/node": "9.10.0",
"@sentry/vite-plugin": "^3.2.3",
"@sentry/vite-plugin": "^3.2.4",
"glob": "11.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@sentry/node": "9.10.0",
"@sentry/opentelemetry": "9.10.0",
"@sentry/svelte": "9.10.0",
"@sentry/vite-plugin": "3.2.3",
"@sentry/vite-plugin": "3.2.4",
"magic-string": "0.30.7",
"recast": "0.23.11",
"sorcery": "1.0.0"
Expand Down
48 changes: 24 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6459,10 +6459,10 @@
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-2.22.6.tgz#829d6caf2c95c1c46108336de4e1049e6521435e"
integrity sha512-V2g1Y1I5eSe7dtUVMBvAJr8BaLRr4CLrgNgtPaZyMT4Rnps82SrZ5zqmEkLXPumlXhLUWR6qzoMNN2u+RXVXfQ==

"@sentry/[email protected].3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-3.2.3.tgz#2ec2ca459fe4087924dda5c54bd8a734fccba3bf"
integrity sha512-nbFvTHD7wOfxsqsbkyDVxxi1XMv6j54TW6i0vwLnzq3uwsSno/bs2Xzdc+mzXyMmji1b27kpOPiI2fKBi3XXVQ==
"@sentry/[email protected].4":
version "3.2.4"
resolved "https://registry.yarnpkg.com/@sentry/babel-plugin-component-annotate/-/babel-plugin-component-annotate-3.2.4.tgz#c0877df6e5ce227bf51754bf27da2fa5227af847"
integrity sha512-yBzRn3GEUSv1RPtE4xB4LnuH74ZxtdoRJ5cmQ9i6mzlmGDxlrnKuvem5++AolZTE9oJqAD3Tx2rd1PqmpWnLoA==

"@sentry/[email protected]":
version "2.22.6"
Expand All @@ -6478,13 +6478,13 @@
magic-string "0.30.8"
unplugin "1.0.1"

"@sentry/[email protected].3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-3.2.3.tgz#2d88a3bcae74299aa9969725fd80484847d2ff02"
integrity sha512-efg4F0ia1eO0GdWF9a/9tyKQaP5eHABBU8v/zFTmdw6WCPozFH+aRvfXOVSLGoII/sduRamW9BiUlE4NxrWPqQ==
"@sentry/[email protected].4":
version "3.2.4"
resolved "https://registry.yarnpkg.com/@sentry/bundler-plugin-core/-/bundler-plugin-core-3.2.4.tgz#4d892490be3cbb127c7c4ed00fcd1b525129fb1e"
integrity sha512-YMj9XW5W2JA89EeweE7CPKLDz245LBsI1JhCmqpt/bjSvmsSIAAPsLYnvIJBS3LQFm0OhtG8NB54PTi96dAcMA==
dependencies:
"@babel/core" "^7.18.5"
"@sentry/babel-plugin-component-annotate" "3.2.3"
"@sentry/babel-plugin-component-annotate" "3.2.4"
"@sentry/cli" "2.42.2"
dotenv "^16.3.1"
find-up "^5.0.0"
Expand Down Expand Up @@ -6600,12 +6600,12 @@
"@sentry/cli-win32-i686" "2.42.3"
"@sentry/cli-win32-x64" "2.42.3"

"@sentry/[email protected].3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-3.2.3.tgz#df931a1858d8d4cbdb7714793f76eaf2e7f34b2d"
integrity sha512-00WQUYvJ/X5WlfI+MK/Wf+hXroafFw4kEae0/ToAYTnpOIp7twQ/ULBhsGmyzOLSzxnv3CtkhxbOz7sUPdmWvQ==
"@sentry/[email protected].4":
version "3.2.4"
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-3.2.4.tgz#aa07424b3ffc582e471f9af5d933e663b7ba3ff5"
integrity sha512-ZWTT1mc1OiROdRbXX9zTGXvdWpHwMyPJjKsI4+sT/ohwTU3/nh8yGw6+VTxOkrsZj72+p2OcAfpO7Yv/gUP9Yg==
dependencies:
"@sentry/bundler-plugin-core" "3.2.3"
"@sentry/bundler-plugin-core" "3.2.4"
unplugin "1.0.1"

"@sentry/[email protected]", "@sentry/vite-plugin@^2.22.6":
Expand All @@ -6616,20 +6616,20 @@
"@sentry/bundler-plugin-core" "2.22.6"
unplugin "1.0.1"

"@sentry/[email protected].3", "@sentry/vite-plugin@^3.2.3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-3.2.3.tgz#3e51bcd7ee37b5b84177637df4d66dbed953a5f5"
integrity sha512-7znFCOi60tTr5LjVnsP9Bb1kXfYHUz2ylueBT6bY5pu9xO5C3D0wpSodY8X7AiqLKWOc5wPbHMSIxNOWp6in3g==
"@sentry/[email protected].4", "@sentry/vite-plugin@^3.2.4":
version "3.2.4"
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-3.2.4.tgz#da87534d645c116ef579161d44636a34eee41a25"
integrity sha512-ZRn5TLlq5xtwKOqaWP+XqS1PYVfbBCgsbMk7wW2Ly6EgF9wYePvtLqKgYnE3hwPg2LpBnRPR2ti1ohlUkR+wXA==
dependencies:
"@sentry/bundler-plugin-core" "3.2.3"
"@sentry/bundler-plugin-core" "3.2.4"
unplugin "1.0.1"

"@sentry/[email protected].3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-3.2.3.tgz#80fbb39045dc54e81ca8df4aac1d4e61c2b729df"
integrity sha512-uBRJO54wOqZ2csi/JT0kLeNpjClypwYBsyrqKgDSp04N2oEnt1eZr4L4yS4kNShI/ZrkA5Q4VWuFk5cCB2f/ew==
"@sentry/[email protected].4":
version "3.2.4"
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-3.2.4.tgz#f9016aa30be87d196aaa35cd9fdf9d5f5f0d0c91"
integrity sha512-LCuNu5LXPSCq2BNke1zvEW8CXL4SPBsCjYexAx51PZ6Lp87VxWcCxGqXhr37MGpYwY10A1r31/XOe69iXHJjGA==
dependencies:
"@sentry/bundler-plugin-core" "3.2.3"
"@sentry/bundler-plugin-core" "3.2.4"
unplugin "1.0.1"
uuid "^9.0.0"

Expand Down
Loading