Skip to content

Commit

Permalink
Merge pull request #614 from tpolecat/make-ddspan-public
Browse files Browse the repository at this point in the history
Make ddspan public
  • Loading branch information
mpilquist authored Oct 1, 2022
2 parents 1cac5a1 + 0f732fd commit b43126e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/datadog/src/main/scala/DDSpan.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import natchez.TraceValue.{BooleanValue, NumberValue, StringValue}
import scala.jdk.CollectionConverters._
import java.net.URI

private[datadog] final case class DDSpan[F[_]: Sync](
final case class DDSpan[F[_]: Sync](
tracer: ot.Tracer,
span: ot.Span,
uriPrefix: Option[URI]
Expand Down

0 comments on commit b43126e

Please sign in to comment.