Skip to content

Commit

Permalink
Update packages/opentelemetry/src/Tracer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Oct 1, 2024
1 parent 3619253 commit 9957590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/opentelemetry/src/Tracer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const TraceState: Tag<Otel.TraceState, Otel.TraceState> = internal.traceS
* This is handy when you set up OpenTelemetry outside of Effect and want to
* attach to a parent span.
*
* @since 0.37.5
* @category effects
* @since 1.0.0
* @category propagation
*/
export const withActiveSpan: <A, E, R>(effect: Effect<A, E, R>) => Effect<A, E, R> = internal.withActiveSpan

0 comments on commit 9957590

Please sign in to comment.