Skip to content

Commit 19b5eb3

Browse files
Merge pull request #11927 from getsentry/master
[Gitflow] Merge master into develop
2 parents 8ccc033 + 2a46181 commit 19b5eb3

File tree

43 files changed

+210
-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

+210
-160
lines changed

CHANGELOG.md

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

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

7+
## 8.0.0-rc.1
8+
9+
This release contains no changes and was done for technical purposes. This version is considered stable.
10+
11+
For the sake of completeness this changelog entry includes the changes from the previous release candidate:
12+
13+
We recommend to read the detailed [migration guide](https://docs.sentry.io/platforms/javascript/migration/v7-to-v8/) in
14+
the docs.
15+
16+
### Important Changes
17+
18+
- **feat(node): Support hapi v21 & fix E2E test (#11906)**
19+
20+
We now support hapi v21 and added tests for it.
21+
22+
- **feat(node): Warn if ESM mode is detected (#11914)**
23+
24+
When running Sentry in ESM mode, we will now warn you that this is not supported as of now. We are working on ensuring
25+
support with ESM builds.
26+
27+
### Other Changes
28+
29+
- feat(feedback): Iterate on css for better scrolling & resizing when browser is small (#11893)
30+
- fix(node): Ensure prisma integration creates valid DB spans (#11908)
31+
- fix(node): Include loader hook files in package.json (#11911)
32+
33+
## 8.0.0-rc.0
34+
35+
This is the first release candidate of Sentry JavaScript SDK v8.
36+
37+
We recommend to read the detailed [migration guide](https://docs.sentry.io/platforms/javascript/migration/v7-to-v8/) in
38+
the docs.
39+
40+
### Important Changes
41+
42+
- **feat(node): Support hapi v21 & fix E2E test (#11906)**
43+
44+
We now support hapi v21 and added tests for it.
45+
46+
- **feat(node): Warn if ESM mode is detected (#11914)**
47+
48+
When running Sentry in ESM mode, we will now warn you that this is not supported as of now. We are working on ensuring
49+
support with ESM builds.
50+
51+
### Other Changes
52+
53+
- feat(feedback): Iterate on css for better scrolling & resizing when browser is small (#11893)
54+
- fix(node): Ensure prisma integration creates valid DB spans (#11908)
55+
- fix(node): Include loader hook files in package.json (#11911)
56+
757
## 8.0.0-beta.6
858

959
This beta release contains various bugfixes and improvements for the v8 beta cycle.

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.0.0-beta.6",
3+
"version": "8.0.0-rc.1",
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.0.0-beta.6",
45+
"@sentry/browser": "8.0.0-rc.1",
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.0.0-beta.6",
3+
"version": "8.0.0-rc.1",
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.0.0-beta.6",
3+
"version": "8.0.0-rc.1",
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.0.0-beta.6",
3+
"version": "8.0.0-rc.1",
44
"name": "@sentry-internal/event-proxy-server",
55
"author": "Sentry",
66
"license": "MIT",
@@ -40,8 +40,8 @@
4040
"clean": "rimraf -g ./node_modules ./build"
4141
},
4242
"devDependencies": {
43-
"@sentry/types": "8.0.0-beta.6",
44-
"@sentry/utils": "8.0.0-beta.6"
43+
"@sentry/types": "8.0.0-rc.1",
44+
"@sentry/utils": "8.0.0-rc.1"
4545
},
4646
"volta": {
4747
"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.0.0-beta.6",
3+
"version": "8.0.0-rc.1",
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.0.0-beta.6",
35-
"@sentry/types": "8.0.0-beta.6",
34+
"@sentry/node": "8.0.0-rc.1",
35+
"@sentry/types": "8.0.0-rc.1",
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.0.0-beta.6",
3+
"version": "8.0.0-rc.1",
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.0.0-beta.6",
3+
"version": "8.0.0-rc.1",
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.0.0-beta.6",
4+
"version": "8.0.0-rc.1",
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.0.0-beta.6",
3+
"version": "8.0.0-rc.1",
44
"npmClient": "yarn"
55
}

0 commit comments

Comments
 (0)