Instrumenting a desktop application #2130
Closed
parched
announced in
Community Discussions
Replies: 0 comments
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.
-
I'm wondering what would be the best way to instrument a desktop application I'm working on. It's a C# WinUI 3 app if that's relevant.
The life cycle of the app looks like this (simplified):
I'm currently wrapping the submit actions in span which is the bit that seems clear to me.
I'm thinking next I should wrap the app start up in span.
But what I want to know is how I can create a relationship between everything that happens during the lifetime of the app. i.e,
I have 3 ideas, but they don't seem great to me:
What's the recommend way of handling this situation?
Beta Was this translation helpful? Give feedback.
All reactions