8000 Merge pull request #12195 from getsentry/master · cadesalaberry/sentry-javascript@a87af78 · GitHub
[go: up one dir, main page]

Skip to content

Commit a87af78

Browse files
Merge pull request getsentry#12195 from getsentry/master
[Gitflow] Merge master into develop
2 parents d5a332c + 672cdd7 commit a87af78

File tree

43 files changed

+180
-160
lines changed

Some content is hidden

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

43 files changed

+180
-160
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
44

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

7+
## 8.4.0
8+
9+
### Important Changes
10+
11+
- **feat(nextjs): Trace pageloads in App Router (#12157)**
12+
13+
If you are using Next.js version `14.3.0-canary.64` or above, the Sentry Next.js SDK will now trace clientside pageloads
14+
with React Server Components. This means, that client-side errors like
15+
`Error: An error occurred in the Server Components render.`, which previously didn't give you much information on how
16+
that error was caused, can now be traced back to a specific error in a server component.
17+
18+
- **feat(angular): Add Support for Angular 18 (#12183)**
19+
20+
This release guarantees support for Angular 18 with `@sentry/angular`.
21+
22+
### Other Changes
23+
24+
- feat(deps): Bump @opentelemetry/instrumentation-aws-lambda from 0.41.0 to 0.41.1 (#12078)
25+
- fix(metrics): Ensure string values are interpreted for metrics (#12165)
26+
727
## 8.3.0
828

929
### 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.3.0",
3+
"version": "8.4.0",
44
"main": "index.js",
55
"license": "MIT",
66
"engines": {
@@ -42,7 +42,7 @@
4242
"@babel/preset-typescript": "^7.16.7",
4343
"@playwright/test": "^1.43.1",
4444
"@sentry-internal/rrweb": "2.11.0",
45-
"@sentry/browser": "8.3.0",
45+
"@sentry/browser": "8.4.0",
4646
"axios": "1.6.7",
4747
"babel-loader": "^8.2.2",
4848
"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.3.0",
3+
"version": "8.4.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/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.3.0",
3+
"version": "8.4.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

dev-packages/event-proxy-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "8.3.0",
3+
"version": "8.4.0",
44
"name": "@sentry-internal/event-proxy-server",
55
"author": "Sentry",
66
"license": "MIT",
@@ -41,8 +41,8 @@
4141
"clean": "rimraf -g ./node_modules ./build"
4242
},
4343
"devDependencies": {
44-
"@sentry/types": "8.3.0",
45-
"@sentry/utils": "8.3.0"
44+
"@sentry/types": "8.4.0",
45+
"@sentry/utils": "8.4.0"
4646
},
4747
"volta": {
4848
"extends": "../../package.json"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry-internal/node-integration-tests",
3-
"version": "8.3.0",
3+
"version": "8.4.0",
44
"license": "MIT",
55
"engines": {
66
"node": ">=14.18"
@@ -31,8 +31,8 @@
3131
"@nestjs/core": "^10.3.3",
3232
"@nestjs/platform-express": "^10.3.3",
3333
"@prisma/client": "5.9.1",
34-
"@sentry/node": "8.3.0",
35-
"@sentry/types": "8.3.0",
34+
"@sentry/node": "8.4.0",
35+
"@sentry/types": "8.4.0",
3636
"@types/mongodb": "^3.6.20",
3737
"@types/mysql": "^2.15.21",
3838
"@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.3.0",
3+
"version": "8.4.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.3.0",
3+
"version": "8.4.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.3.0",
4+
"version": "8.4.0",
55
"license": "MIT",
66
"engines": {
77
"node": ">=18"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "8.3.0",
3+
"version": "8.4.0",
44
"npmClient": "yarn"
55
}

0 commit comments

Comments
 (0)
0