class Sentry::Span
def set_description(description)
-
description
(String
) -- description of the span.
def set_description(description) @description = description end
description
(String
)
-- description of the span.
def set_description(description) @description = description end