8000 fix: Remove `@sentry/node-experimental` from craft config (#11477) · basarat/sentry-javascript@50db930 · GitHub
[go: up one dir, main page]

Skip to content

Commit 50db930

Browse files
authored
fix: Remove @sentry/node-experimental from craft config (getsentry#11477)
Fixes botched release: getsentry/publish#3661
1 parent 3e8a91c commit 50db930

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.craft.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,6 @@ targets:
125125
id: '@sentry-internal/eslint-config-sdk'
126126
includeNames: /^sentry-internal-eslint-config-sdk-\d.*\.tgz$/
127127

128-
## 8. Experimental packages
129-
- name: npm
130-
id: '@sentry/node-experimental'
131-
includeNames: /^sentry-node-experimental-\d.*\.tgz$/
132-
133128
# AWS Lambda Layer target
134129
- name: aws-lambda-layer
135130
includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha)\.\d+)?\.zip$/

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
## 8.0.0-alpha.8
7+
## 8.0.0-alpha.9
88

99
This is the eighth alpha release of Sentry JavaScript SDK v8, which includes a variety of breaking changes.
1010

@@ -89,6 +89,10 @@ monitoring.
8989
- ref(gcp-serverless): Remove setting `.__sentry_transaction` (#11346)
9090
- ref(nextjs): Replace multiplexer with conditional exports (#11442)
9191

92+
## 8.0.0-alpha.8
93+
94+
This is a partially broken release and was superseded by version `8.0.0-alpha.9`.
95+
9296
## 8.0.0-alpha.7
9397

9498
This is the seventh alpha release of Sentry JavaScript SDK v8, which includes a variety of breaking changes.

0 commit comments

Comments
 (0)
0