fix NonRecordSpan.attributes access#1377
Conversation
|
Seems like this was added in #1230, any thoughts @TheAnshul756? |
|
You are correct, this throws an error in the absence of SDK. Please use |
|
I tried that locally and it made some other test fail, we'll see what CI says |
|
Upd: Span detach was done in patched |
|
Hello @adriangb |
|
Sure or just merge that and I’ll rebase, either way |
|
Please merge this PR. |
fix span detech issue.
Done |
|
Hi is there anything missing to push this forward? |
|
I think just lint fix and changelog are remaining. |
I'm seeing this fail in my test suite:
And I can tell that
NotRecordingSpandoes not haveattributesand it seems like that would be checked for. I tried to add a test but with all of the mocking and lack of typing I can't tell what is actually being tested where.