How can my extension isolate uncaught exceptions between extensions #2490
Unanswered
imbant
asked this question in
Extension Development QnA
Replies: 2 comments
-
Btw, I tried to overwrite console.error = (...params) => {
myFunction()
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Still looking for help :) |
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 use
@sentry/node
in my extension. I think sentry catches exceptions globally and all extensions run in the single threadextension host
, so in sentry website I always see some exceptions but their callstack is not related to my extension. I believe they are from other extensions my user installed.Can I recognize them and isolate? It's weird to access other extensions' exceptions and let others access mine.
I have checked vscode docs and this vscode discussions but still need help. Thank you
Beta Was this translation helpful? Give feedback.
All reactions