File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ targets:
93
93
includeNames : /^sentry-aws-serverless-\d.*\.tgz$/
94
94
- name : npm
95
95
id : ' @sentry/google-cloud-serverless'
96
- includeNames : /^sentry-google-cloud-\d.*\.tgz$/
96
+ includeNames : /^sentry-google-cloud-serverless- \d.*\.tgz$/
97
97
- name : npm
98
98
id : ' @sentry/bun'
99
99
includeNames : /^sentry-bun-\d.*\.tgz$/
Original file line number Diff line number Diff line change 4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
7
- ## 8.0.0-alpha.3
7
+ ## 8.0.0-alpha.4
8
8
9
- This is the third Alpha release of the v8 cycle, which includes a variety of breaking changes.
9
+ This is the fourth Alpha release of the v8 cycle, which includes a variety of breaking changes.
10
10
11
11
Read the [ in-depth migration guide] ( ./MIGRATION.md ) to find out how to address any breaking changes in your code.
12
12
@@ -131,6 +131,11 @@ New minimum supported browsers:
131
131
132
132
Work in this release contributed by @MFoster and @jessezhang91 . Thank you for your contributions!
133
133
134
+ ## 8.0.0-alpha.3
135
+
136
+ This alpha was released in an incomplete state. We recommend skipping this release and using the ` 8.0.0-alpha.4 ` release
137
+ instead.
138
+
134
139
## 8.0.0-alpha.2
135
140
136
141
This alpha release fixes a build problem that prevented 8.0.0-alpha.1 from being properly released.
You can’t perform that action at this time.
0 commit comments