Skip to content

Commit 2f6291d

Browse files
committed
meta(changelog): Update changelog for v8.0.0-alpha.7
1 parent ee1b96b commit 2f6291d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

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

7-
## 8.0.0-alpha.6
7+
## 8.0.0-alpha.7
88

9-
This is the sixth alpha release of Sentry JavaScript SDK v8, which includes a variety of breaking changes.
9+
This is the seventh alpha release of Sentry JavaScript SDK v8, which includes a variety of breaking changes.
1010

1111
Read the [in-depth migration guide](./MIGRATION.md) to find out how to address any breaking changes in your code.
1212

@@ -16,6 +16,14 @@ Read the [in-depth migration guide](./MIGRATION.md) to find out how to address a
1616

1717
We now use OpenTelemetry under the hood to power performance monitoring and tracing in the Next.js SDK.
1818

19+
- **feat(v8/gatsby): Update SDK initialization for gatsby (#11292)**
20+
21+
In v8, you cannot initialize the SDK anymore via Gatsby plugin options. Instead, you have to configure the SDK in a
22+
`sentry.config.js` file.
23+
24+
We also removed the automatic initialization of `browserTracingIntegration`. You now have to add this integration
25+
yourself.
26+
1927
### Removal/Refactoring of deprecated functionality
2028

2129
- feat(v8): Remove addGlobalEventProcessor (#11255)
@@ -31,6 +39,7 @@ We now use OpenTelemetry under the hood to power performance monitoring and trac
3139
- ref(core): Remove `scope.setSpan()` and `scope.getSpan()` methods (#11051)
3240
- ref(profiling-node): Remove usage of getCurrentHub (#11275)
3341
- ref(v8): change integration.setupOnce signature (#11238)
42+
- ref: remove node-experimental references (#11290)
3443

3544
### Other Changes
3645

@@ -49,6 +58,10 @@ We now use OpenTelemetry under the hood to power performance monitoring and trac
4958
- fix(node): Use `suppressTracing` to avoid capturing otel spans (#11288)
5059
- fix(opentelemetry): Do not stomp span status when `startSpan` callback throws (#11170)
5160

61+
## 8.0.0-alpha.6
62+
63+
This version did not publish correctly due to a configuration issue.
64+
5265
## 8.0.0-alpha.5
5366

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

0 commit comments

Comments
 (0)