Replies: 1 comment
-
@cliedeman I don't think you can do it in an EventProcessor. The SentryEvent class is designed to be (mostly) immutable. You could try an ExceptionProcessor though. |
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
-
I am struggling to figure out how to replace the stacktrace when using durable tasks.
The stacktrace is embedded inside a Microsoft.DurableTask.TaskFailedException
Beta Was this translation helpful? Give feedback.
All reactions