You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #2656 we renamed ISpan to ISpanTracer. However this change mainly benefits the SDK maintainers and impacts users's code too heavily (it makes upgrading to v4.0.0 painful).
We should undo this renaming before going live with v4.0.0.
It's possibly worth considering renaming the Span and Transaction classes to SpanData and TransactionData to disambiguate these from ISpan and ITransaction... but that might require further discussion and could be delayed until after the shift from Transactions to Spans more generally.
The text was updated successfully, but these errors were encountered:
As part of #2656 we renamed
ISpan
toISpanTracer
. However this change mainly benefits the SDK maintainers and impacts users's code too heavily (it makes upgrading to v4.0.0 painful).We should undo this renaming before going live with v4.0.0.
It's possibly worth considering renaming the Span and Transaction classes to SpanData and TransactionData to disambiguate these from ISpan and ITransaction... but that might require further discussion and could be delayed until after the shift from Transactions to Spans more generally.
The text was updated successfully, but these errors were encountered: