Commit 9be3678
committed
fix(hub): Make startTimestamp parameter optional in NoOpHub's startSpan method
Updated the startSpan method in the NoOpHub class to ensure the startTimestamp parameter is optional, enhancing flexibility in span creation. This change aligns with the asynchronous nature of span handling introduced in previous commits.1 parent 2234aa8 commit 9be3678
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments