Replies: 1 comment 13 replies
-
I think node profiling in electron should be possible. What exactly is missing? |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Sentry community.
We are working on an electron desktop app and we have recently configured Sentry on the project.
Error reporting, Tracing and Metrics(now deprecated) are working fine.
We are now looking into getting a bit more insights on the runtime performance of the app and were thinking of profiling the app on runtime using
@sentry/profiling-node
package. This is not yet supported on Electron apps only node and other JS apps.Interested to know if anyone in the community has managed to get
@sentry/profiling-node
working on Electron?Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions