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": {

packages/browser/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/browser",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"description": "Official Sentry SDK for browsers",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/browser",
@@ -29,16 +29,16 @@
2929
"access": "public"
3030
},
3131
"dependencies": {
32-
"@sentry-internal/feedback": "8.0.0-alpha.0",
33-
"@sentry-internal/replay-canvas": "8.0.0-alpha.0",
34-
"@sentry-internal/tracing": "8.0.0-alpha.0",
35-
"@sentry/core": "8.0.0-alpha.0",
36-
"@sentry/replay": "8.0.0-alpha.0",
37-
"@sentry/types": "8.0.0-alpha.0",
38-
"@sentry/utils": "8.0.0-alpha.0"
32+
"@sentry-internal/feedback": "8.0.0-alpha.2",
33+
"@sentry-internal/replay-canvas": "8.0.0-alpha.2",
34+
"@sentry-internal/tracing": "8.0.0-alpha.2",
35+
"@sentry/core": "8.0.0-alpha.2",
36+
"@sentry/replay": "8.0.0-alpha.2",
37+
"@sentry/types": "8.0.0-alpha.2",
38+
"@sentry/utils": "8.0.0-alpha.2"
3939
},
4040
"devDependencies": {
41-
"@sentry-internal/integration-shims": "8.0.0-alpha.0",
41+
"@sentry-internal/integration-shims": "8.0.0-alpha.2",
4242
"@types/md5": "2.1.33",
4343
"btoa": "^1.2.1",
4444
"chai": "^4.1.2",

packages/bun/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/bun",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"description": "Official Sentry SDK for bun",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/bun",
@@ -29,10 +29,10 @@
2929
"access": "public"
3030
},
3131
"dependencies": {
32-
"@sentry/core": "8.0.0-alpha.0",
33-
"@sentry/node-experimental": "8.0.0-alpha.0",
34-
"@sentry/types": "8.0.0-alpha.0",
35-
"@sentry/utils": "8.0.0-alpha.0"
32+
"@sentry/core": "8.0.0-alpha.2",
33+
"@sentry/node-experimental": "8.0.0-alpha.2",
34+
"@sentry/types": "8.0.0-alpha.2",
35+
"@sentry/utils": "8.0.0-alpha.2"
3636
},
3737
"devDependencies": {
3838
"bun-types": "latest"

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/core",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"description": "Base implementation for all Sentry JavaScript SDKs",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/core",
@@ -29,8 +29,8 @@
2929
"access": "public"
3030
},
3131
"dependencies": {
32-
"@sentry/types": "8.0.0-alpha.0",
33-
"@sentry/utils": "8.0.0-alpha.0"
32+
"@sentry/types": "8.0.0-alpha.2",
33+
"@sentry/utils": "8.0.0-alpha.2"
3434
},
3535
"scripts": {
3636
"build": "run-p build:transpile build:types",

packages/core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const SDK_VERSION = '7.100.0';
1+
export const SDK_VERSION = '8.0.0-alpha.2';

packages/deno/package.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/deno",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"description": "Official Sentry SDK for Deno",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/deno",
@@ -11,11 +11,15 @@
1111
"publishConfig": {
1212
"access": "public"
1313
},
14-
"files": ["index.mjs", "index.mjs.map", "index.d.ts"],
14+
"files": [
15+
"index.mjs",
16+
"index.mjs.map",
17+
"index.d.ts"
18+
],
1519
"dependencies": {
16-
"@sentry/core": "8.0.0-alpha.0",
17-
"@sentry/types": "8.0.0-alpha.0",
18-
"@sentry/utils": "8.0.0-alpha.0"
20+
"@sentry/core": "8.0.0-alpha.2",
21+
"@sentry/types": "8.0.0-alpha.2",
22+
"@sentry/utils": "8.0.0-alpha.2"
1923
},
2024
"devDependencies": {
2125
"@rollup/plugin-typescript": "^11.1.5",
@@ -60,10 +64,14 @@
6064
"nx": {
6165
"targets": {
6266
"build:transpile": {
63-
"outputs": ["{projectRoot}/build"]
67+
"outputs": [
68+
"{projectRoot}/build"
69+
]
6470
},
6571
"build:types": {
66-
"outputs": ["{projectRoot}/build-types"]
72+
"outputs": [
73+
"{projectRoot}/build-types"
74+
]
6775
}
6876
}
6977
}

packages/ember/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/ember",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"description": "Official Sentry SDK for Ember.js",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/ember",
@@ -32,10 +32,10 @@
3232
},
3333
"dependencies": {
3434
"@embroider/macros": "^1.9.0",
35-
"@sentry/browser": "8.0.0-alpha.0",
36-
"@sentry/core": "8.0.0-alpha.0",
37-
"@sentry/types": "8.0.0-alpha.0",
38-
"@sentry/utils": "8.0.0-alpha.0",
35+
"@sentry/browser": "8.0.0-alpha.2",
36+
"@sentry/core": "8.0.0-alpha.2",
37+
"@sentry/types": "8.0.0-alpha.2",
38+
"@sentry/utils": "8.0.0-alpha.2",
3939
"ember-auto-import": "^1.12.1 || ^2.4.3",
4040
"ember-cli-babel": "^7.26.11",
4141
"ember-cli-htmlbars": "^6.1.1",

packages/eslint-config-sdk/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/eslint-config-sdk",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"description": "Official Sentry SDK eslint config",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/eslint-config-sdk",
@@ -22,8 +22,8 @@
2222
"access": "public"
2323
},
2424
"dependencies": {
25-
"@sentry-internal/eslint-plugin-sdk": "8.0.0-alpha.0",
26-
"@sentry-internal/typescript": "8.0.0-alpha.0",
25+
"@sentry-internal/eslint-plugin-sdk": "8.0.0-alpha.2",
26+
"@sentry-internal/typescript": "8.0.0-alpha.2",
2727
"@typescript-eslint/eslint-plugin": "^5.48.0",
2828
"@typescript-eslint/parser": "^5.48.0",
2929
"eslint-config-prettier": "^6.11.0",

packages/eslint-plugin-sdk/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/eslint-plugin-sdk",
3-
"version": "8.0.0-alpha.0",
3+
"version": "8.0.0-alpha.2",
44
"description": "Official Sentry SDK eslint plugin",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/eslint-plugin-sdk",

0 commit comments

Comments
 (0)