-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto instrumentation of Services #125
Comments
Reference: Effect-TS/effect#3938 |
|
|
I misunderstood a comment in the source code then, thanks! Even tho it could accept non Effect-returning function and wrap the result with |
tracing: true
would wrap all service members with(or the new upcoming
Effect.fn
)complications:
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:
Effect.fn
?The text was updated successfully, but these errors were encountered: