-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
tracing: true would wrap all service members with
Effect.withSpan(`${identifier}.${member}`)(or the new upcoming Effect.fn)
complications:
- non effect returning functions
Can look into andThen implementation for some ideas.
Can look at only allowing the tracing: true option when shape is compatible.
Either use proxy or just a Record.map
Alternatives:
- tsc/loader plugin to wrap functions automatically with
Effect.fn?
jessekelly881
Metadata
Metadata
Assignees
Labels
No labels