Skip to content

Commit febdfc6

Browse files
Merge pull request #13853 from getsentry/master
[Gitflow] Merge master into develop
2 parents 237ad53 + 4604f3e commit febdfc6

File tree

50 files changed

+234
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+234
-194
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,46 @@
1010

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

13+
## 8.33.0
14+
15+
### Important Changes
16+
17+
- **feat(nextjs): Support new async APIs (`headers()`, `params`, `searchParams`)
18+
([#13828](https://github.com/getsentry/sentry-javascript/pull/13828))**
19+
20+
Adds support for [new dynamic Next.js APIs](https://github.com/vercel/next.js/pull/68812).
21+
22+
- **feat(node): Add `lru-memoizer` instrumentation
23+
([#13796](https://github.com/getsentry/sentry-javascript/pull/13796))**
24+
25+
Adds integration for lru-memoizer using @opentelemetry/instrumentation-lru-memoizer.
26+
27+
- **feat(nuxt): Add `unstable_sentryBundlerPluginOptions` to module options
28+
([#13811](https://github.com/getsentry/sentry-javascript/pull/13811))**
29+
30+
Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options.
31+
32+
### Other Changes
33+
34+
- fix(browser): Ensure `wrap()` only returns functions
35+
([#13838](https://github.com/getsentry/sentry-javascript/pull/13838))
36+
- fix(core): Adapt trpc middleware input attachment
37+
([#13831](https://github.com/getsentry/sentry-javascript/pull/13831))
38+
- fix(core): Don't return trace data in `getTraceData` and `getTraceMetaTags` if SDK is disabled
39+
([#13760](https://github.com/getsentry/sentry-javascript/pull/13760))
40+
- fix(nuxt): Don't restrict source map assets upload
41+
([#13800](https://github.com/getsentry/sentry-javascript/pull/13800))
42+
- fix(nuxt): Use absolute path for client config ([#13798](https://github.com/getsentry/sentry-javascript/pull/13798))
43+
- fix(replay): Stop global event handling for paused replays
44+
([#13815](https://github.com/getsentry/sentry-javascript/pull/13815))
45+
- fix(sveltekit): add url param to source map upload options
46+
([#13812](https://github.com/getsentry/sentry-javascript/pull/13812))
47+
- fix(types): Add jsdocs to cron types ([#13776](https://github.com/getsentry/sentry-javascript/pull/13776))
48+
- fix(nextjs): Loosen @sentry/nextjs webpack peer dependency
49+
([#13826](https://github.com/getsentry/sentry-javascript/pull/13826))
50+
51+
Work in this release was contributed by @joshuajaco. Thank you for your contribution!
52+
1353
## 8.32.0
1454

1555
### Important Changes

dev-packages/browser-integration-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/browser-integration-tests",
3-
"version": "8.32.0",
3+
"version": "8.33.0",
44
"main": "index.js",
55
"license": "MIT",
66
"engines": {
@@ -43,7 +43,7 @@
4343
"@babel/preset-typescript": "^7.16.7",
4444
"@playwright/test": "^1.44.1",
4545
"@sentry-internal/rrweb": "2.11.0",
46-
"@sentry/browser": "8.32.0",
46+
"@sentry/browser": "8.33.0",
4747
"axios": "1.6.7",
4848
"babel-loader": "^8.2.2",
4949
"html-webpack-plugin": "^5.5.0",

dev-packages/bundle-analyzer-scenarios/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/bundle-analyzer-scenarios",
3-
"version": "8.32.0",
3+
"version": "8.33.0",
44
"description": "Scenarios to test bundle analysis with",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/dev-packages/bundle-analyzer-scenarios",

dev-packages/clear-cache-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/clear-cache-gh-action",
33
"description": "An internal Github Action to clear GitHub caches.",
4-
"version": "8.32.0",
4+
"version": "8.33.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

dev-packages/e2e-tests/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/e2e-tests",
3-
"version": "8.32.0",
3+
"version": "8.33.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

dev-packages/external-contributor-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/external-contributor-gh-action",
33
"description": "An internal Github Action to add external contributors to the CHANGELOG.md file.",
4-
"version": "8.32.0",
4+
"version": "8.33.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

dev-packages/node-integration-tests/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/node-integration-tests",
3-
"version": "8.32.0",
3+
"version": "8.33.0",
44
"license": "MIT",
55
"engines": {
66
"node": ">=14.18"
@@ -31,10 +31,10 @@
3131
"@nestjs/core": "^10.3.3",
3232
"@nestjs/platform-express": "^10.3.3",
3333
"@prisma/client": "5.9.1",
34-
"@sentry/aws-serverless": "8.32.0",
35-
"@sentry/node": "8.32.0",
36-
"@sentry/types": "8.32.0",
37-
"@sentry/utils": "8.32.0",
34+
"@sentry/aws-serverless": "8.33.0",
35+
"@sentry/node": "8.33.0",
36+
"@sentry/types": "8.33.0",
37+
"@sentry/utils": "8.33.0",
3838
"@types/mongodb": "^3.6.20",
3939
"@types/mysql": "^2.15.21",
4040
"@types/pg": "^8.6.5",

dev-packages/overhead-metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "8.32.0",
3+
"version": "8.33.0",
44
"name": "@sentry-internal/overhead-metrics",
55
"main": "index.js",
66
"author": "Sentry",

dev-packages/rollup-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/rollup-utils",
3-
"version": "8.32.0",
3+
"version": "8.33.0",
44
"description": "Rollup utilities used at Sentry for the Sentry JavaScript SDK",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/rollup-utils",

dev-packages/size-limit-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sentry-internal/size-limit-gh-action",
33
"description": "An internal Github Action to compare the current size of a PR against the one on develop.",
4-
"version": "8.32.0",
4+
"version": "8.33.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

0 commit comments

Comments
 (0)