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.6
7
+ ## 8.0.0-alpha.7
8
8
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.
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
@@ -16,6 +16,14 @@ Read the [in-depth migration guide](./MIGRATION.md) to find out how to address a
16
16
17
17
We now use OpenTelemetry under the hood to power performance monitoring and tracing in the Next.js SDK.
18
18
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
+
19
27
### Removal/Refactoring of deprecated functionality
20
28
21
29
- feat(v8): Remove addGlobalEventProcessor (#11255 )
@@ -31,6 +39,7 @@ We now use OpenTelemetry under the hood to power performance monitoring and trac
31
39
- ref(core): Remove ` scope.setSpan() ` and ` scope.getSpan() ` methods (#11051 )
32
40
- ref(profiling-node): Remove usage of getCurrentHub (#11275 )
33
41
- ref(v8): change integration.setupOnce signature (#11238 )
42
+ - ref: remove node-experimental references (#11290 )
34
43
35
44
### Other Changes
36
45
@@ -49,6 +58,10 @@ We now use OpenTelemetry under the hood to power performance monitoring and trac
49
58
- fix(node): Use ` suppressTracing ` to avoid capturing otel spans (#11288 )
50
59
- fix(opentelemetry): Do not stomp span status when ` startSpan ` callback throws (#11170 )
51
60
61
+ ## 8.0.0-alpha.6
62
+
63
+ This version did not publish correctly due to a configuration issue.
64
+
52
65
## 8.0.0-alpha.5
53
66
54
67
This is the fifth alpha release of Sentry JavaScript SDK v8, which includes a variety of breaking changes.
0 commit comments