Hi 👋
We're exploring this package to instrumentalize our vscode extension.
One thing that's not clear from the documentation/readme is what is collected by default. If the documentation tells us which properties are added to "manually" logged events, it doesn't tell us much else.
It'd be good to answer questions like:
- does it collect extension errors/crashes by default, or does the application developer need some kind of global try/catch/log?
- does it collect events automatically on command execution? Metrics about the command duration/number of times it was called?
- does it start/stop a session when the extension gets activated/deactivated?
- does it collect anything about users cohorts?
- does it collect any metrics on how much time users spend on the UI surfaces of the extension?
Hi 👋
We're exploring this package to instrumentalize our vscode extension.
One thing that's not clear from the documentation/readme is what is collected by default. If the documentation tells us which properties are added to "manually" logged events, it doesn't tell us much else.
It'd be good to answer questions like: