Commit 9807c5d
committed
Fix: breaking application logic because the supe call was being made
1. If tracer was disabled or if the agent was not ready the checks would return false and the methoud would return without calling the super class in_span
This overriden in_span method can be safly removed as the same checks are in place (inside start_span)
Closes 478
Signed-off-by: Arjun Rajappa <Arjun.Rajappa@ibm.com>1 parent ef36f94 commit 9807c5d
1 file changed
Lines changed: 0 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | 310 | | |
332 | 311 | | |
333 | 312 | | |
| |||
0 commit comments