Sets a tag to the span.
Parameters:
298 299 300
# File 'lib/sentry/span.rb', line 298 def set_tag(key, value) @tags[key] = value end