Move stack trace formatting out of Span class #632
Labels
bite sized
This is a small chunk of work (good for new or time limited contributors!)
good first issue
Good for newcomers
help wanted
This issue is looking for someone to work on it
refactoring
Doesn't change behavior, but improves performance or maintainability or removes technical debt.
The method formatStackTrace should be moved from
Span
into a dedicated Util/Formatter class in theSDK\Common
namespace since formatting stack traces is not the responsibility of aSpan
.formatStackTrace
fromSpan
into a dedicated Util/Formatter classSpan::formatStackTrace
and tigger deprecation notice with Compatibility\Util::triggerMethodDeprecationNoticeThe text was updated successfully, but these errors were encountered: