Skip to content

Commit 8ac4d73

Browse files
Merge pull request #10926 from getsentry/master
[Gitflow] Merge master into develop
2 parents 3da0839 + 1396666 commit 8ac4d73

File tree

41 files changed

+212
-168
lines changed

Some content is hidden

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

41 files changed

+212
-168
lines changed

CHANGELOG.md

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

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

7+
## 8.0.0-alpha.2
8+
9+
This alpha release fixes a build problem that prevented 8.0.0-alpha.1 from being properly released.
10+
11+
### Important Changes
12+
13+
- **feat: Remove `@sentry/opentelemetry-node` package (#10906)**
14+
15+
The `@sentry/opentelemetry-node` package has been removed. Instead, you can either use `@sentry/node` with built-in
16+
OpenTelemetry support, or use `@sentry/opentelemetry` to manually connect Sentry with OpenTelemetry.
17+
18+
### Removal/Refactoring of deprecated functionality
19+
20+
- ref: Refactor some deprecated `startSpan` options (#10825)
21+
- feat(v8/core): remove void from transport return (#10794)
22+
- ref(integrations): Delete deprecated class integrations (#10887)
23+
24+
### Other Changes
25+
26+
- feat(core): Use serialized spans in transaction event (#10912)
27+
- feat(deps): bump @sentry/cli from 2.28.6 to 2.29.1 (#10908)
28+
- feat(node): Allow to configure `skipOpenTelemetrySetup` (#10907)
29+
- feat(esm): Import rather than require `inspector` (#10910)
30+
- fix(browser): Don't use chrome variable name (#10874)
31+
- chore(sveltekit): Fix punctuation in a console.log (#10895)
32+
- fix(opentelemetry): Ensure DSC propagation works correctly (#10904)
33+
- feat(browser): Exclude span exports from non-performance CDN bundles (#10879)
34+
- ref: Refactor span status handling to be OTEL compatible (#10871)
35+
- feat(core): Fix span scope handling & transaction setting (#10886)
36+
- ref(ember): Avoid namespace import to hopefully resolve minification issue (#10885)
37+
38+
Work in this release contributed by @harish-talview & @bfontaine. Thank you for your contributions!
39+
740
## 8.0.0-alpha.1
841

942
This is the first Alpha release of the v8 cycle, which includes a variety of breaking 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.0.0-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"main": "index.js",
55
"license": "MIT",
66
"engines": {
@@ -47,7 +47,7 @@
4747
"@babel/preset-typescript": "^7.16.7",
4848
"@playwright/test": "^1.40.1",
4949
"@sentry-internal/rrweb": "2.11.0",
50-
"@sentry/browser": "8.0.0-alpha.0",
50+
"@sentry/browser": "8.0.0-alpha.2",
5151
"axios": "1.6.7",
5252
"babel-loader": "^8.2.2",
5353
"html-webpack-plugin": "^5.5.0",

dev-packages/e2e-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/e2e-tests",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -20,10 +20,10 @@
2020
"@types/glob": "8.0.0",
2121
"@types/node": "^14.6.4",
2222
"dotenv": "16.0.3",
23+
"esbuild": "0.20.0",
2324
"glob": "8.0.3",
2425
"ts-node": "10.9.1",
25-
"yaml": "2.2.2",
26-
"esbuild": "0.20.0"
26+
"yaml": "2.2.2"
2727
},
2828
"volta": {
2929
"node": "18.17.1",

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

Lines changed: 4 additions & 4 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-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"license": "MIT",
55
"engines": {
66
"node": ">=14.8"
@@ -27,12 +27,12 @@
2727
},
2828
"dependencies": {
2929
"@hapi/hapi": "^20.3.0",
30-
"@nestjs/core": "^10.3.3",
3130
"@nestjs/common": "^10.3.3",
31+
"@nestjs/core": "^10.3.3",
3232
"@nestjs/platform-express": "^10.3.3",
3333
"@prisma/client": "5.9.1",
34-
"@sentry/node": "8.0.0-alpha.0",
35-
"@sentry/types": "8.0.0-alpha.0",
34+
"@sentry/node": "8.0.0-alpha.2",
35+
"@sentry/types": "8.0.0-alpha.2",
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-alpha.0",
3+
"version": "8.0.0-alpha.2",
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-alpha.0",
3+
"version": "8.0.0-alpha.2",
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",

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": "7.100.0",
3+
"version": "8.0.0-alpha.2",
44
"npmClient": "yarn"
55
}

packages/angular-ivy/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/angular-ivy",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"description": "Official Sentry SDK for Angular with full Ivy Support",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/angular-ivy",
@@ -21,10 +21,10 @@
2121
"rxjs": "^6.5.5 || ^7.x"
2222
},
2323
"dependencies": {
24-
"@sentry/browser": "8.0.0-alpha.0",
25-
"@sentry/core": "8.0.0-alpha.0",
26-
"@sentry/types": "8.0.0-alpha.0",
27-
"@sentry/utils": "8.0.0-alpha.0",
24+
"@sentry/browser": "8.0.0-alpha.2",
25+
"@sentry/core": "8.0.0-alpha.2",
26+
"@sentry/types": "8.0.0-alpha.2",
27+
"@sentry/utils": "8.0.0-alpha.2",
2828
"tslib": "^2.4.1"
2929
},
3030
"devDependencies": {

packages/angular/package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/angular",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"description": "Official Sentry SDK for Angular",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/angular",
@@ -21,10 +21,10 @@
2121
"rxjs": "^6.5.5 || ^7.x"
2222
},
2323
"dependencies": {
24-
"@sentry/browser": "8.0.0-alpha.0",
25-
"@sentry/core": "8.0.0-alpha.0",
26-
"@sentry/types": "8.0.0-alpha.0",
27-
"@sentry/utils": "8.0.0-alpha.0",
24+
"@sentry/browser": "8.0.0-alpha.2",
25+
"@sentry/core": "8.0.0-alpha.2",
26+
"@sentry/types": "8.0.0-alpha.2",
27+
"@sentry/utils": "8.0.0-alpha.2",
2828
"tslib": "^2.4.1"
2929
},
3030
"devDependencies": {
@@ -66,7 +66,10 @@
6666
"nx": {
6767
"targets": {
6868
"build:transpile": {
69-
"dependsOn": ["^build:transpile", "^build:types"],
69+
"dependsOn": [
70+
"^build:transpile",
71+
"^build:types"
72+
],
7073
"outputs": [
7174
"{projectRoot}/build/esm2015",
7275
"{projectRoot}/build/fesm2015",

packages/astro/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/astro",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"description": "Official Sentry SDK for Astro",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/astro",
@@ -49,11 +49,11 @@
4949
"astro": ">=3.x || >=4.0.0-beta"
5050
},
5151
"dependencies": {
52-
"@sentry/browser": "8.0.0-alpha.0",
53-
"@sentry/core": "8.0.0-alpha.0",
54-
"@sentry/node-experimental": "8.0.0-alpha.0",
55-
"@sentry/types": "8.0.0-alpha.0",
56-
"@sentry/utils": "8.0.0-alpha.0",
52+
"@sentry/browser": "8.0.0-alpha.2",
53+
"@sentry/core": "8.0.0-alpha.2",
54+
"@sentry/node-experimental": "8.0.0-alpha.2",
55+
"@sentry/types": "8.0.0-alpha.2",
56+
"@sentry/utils": "8.0.0-alpha.2",
5757
"@sentry/vite-plugin": "^2.14.2"
5858
},
5959
"devDependencies": {

0 commit comments

Comments
 (0)