File tree 1 file changed +19
-0
lines changed 1 file changed +19
-0
lines changed 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
+ ## 7.103.0
8
+
9
+ ### Important Changes
10
+
11
+ - ** feat(core): Allow to pass ` forceTransaction ` to ` startSpan() ` APIs (#10819 )**
12
+
13
+ You can now pass ` forceTransaction: true ` to ` startSpan() ` , ` startSpanManual() ` and ` startInactiveSpan() ` . This allows
14
+ you to start a span that you want to be a transaction, if possible. Under the hood, the SDK will connect this span to
15
+ the running active span (if there is one), but still send the new span as a transaction to the Sentry backend, if
16
+ possible, ensuring it shows up as a transaction throughout the system.
17
+
18
+ Please note that setting this to ` true ` does not _ guarantee_ that this will be sent as a transaction, but that the SDK
19
+ will try to do so. You can enable this flag if this span is important to you and you want to ensure that you can see it
20
+ in the Sentry UI.
21
+
22
+ ### Other Changes
23
+
24
+ - fix: Make breadcrumbs option optional in WinterCGFetch integration (#10792 )
25
+
7
26
## 7.102.1
8
27
9
28
- fix(performance): Fixes latest route name and source for interactions not updating properly on navigation (#10702 )
You can’t perform that action at this time.
0 commit comments