Skip to content

Commit

Permalink
span default is public
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsitoPuglisi committed May 10, 2024
1 parent 97b9b31 commit c381ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ internal interface SpanService : Initializable {
startTimeMs: Long? = null,
type: TelemetryType = EmbType.Performance.Default,
internal: Boolean = true,
private: Boolean = internal
private: Boolean = false
): PersistableEmbraceSpan? {
createSpan(
name = name,
Expand Down

0 comments on commit c381ee1

Please sign in to comment.