Skip to content

Commit

Permalink
Merge pull request #328 from iRevive/fix-compilation
Browse files Browse the repository at this point in the history
Fix compilation issue
  • Loading branch information
iRevive authored Oct 3, 2023
2 parents b1efaa4 + bb51e9a commit 4483321
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ object Span {
def meta: InstrumentMeta[G] =
backend.meta.mapK(f)
def context: SpanContext = backend.context
def updateName(name: String): G[Unit] =
f(backend.updateName(name))
def addAttributes(attributes: Attribute[_]*): G[Unit] =
f(backend.addAttributes(attributes: _*))
def addEvent(name: String, attributes: Attribute[_]*): G[Unit] =
Expand Down

0 comments on commit 4483321

Please sign in to comment.