EffectPublisher.operation
is private
#1915
Unanswered
ivanmoskalev
asked this question in
Q&A
Replies: 1 comment
-
Hi @ivanmoskalev, while you can't provide the exact implementation that the I'm going to convert this to a discussion since it isn't really an issue with the library, but feel free to ask any follow up questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Good afternoon! Not exactly a bug.
I'm trying to implement a reducer that would work akin to the
_SignpostReducer
— but logging the trace to something like Sentry or Firebase Performance.For this I need access to
EffectPublisher.operation
, which is declared asinternal
.It would be possible to implement the tracing reducer either:
_SignpostReducer
so that it can be constructed with closures that would get called [before and/or] after the effects get executed.Checklist
main
branch of this package.Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
The Composable Architecture version information
No response
Destination operating system
No response
Xcode version information
No response
Swift Compiler version information
No response
Beta Was this translation helpful? Give feedback.
All reactions