-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integrate node profiling for electron /express app #1052
Comments
Are you using ESM or CJS in your main process? If you supply a repository with a minimal app demonstrating your issue I'll be able to help but as I don't currently have enough information to help you! |
https://github.com/alphaleadership/youtube-public y think is cjs |
you can make pr if needed |
With CJS, you need to import and const Sentry = require("@sentry/electron/main");
Sentry.init({
dsn: "__DSN__",
});
const https = require('https');
const express = require('express');
// ... |
y dont think this is working |
the profiler dont sent data |
Have you tried following the profiling setup docs? Note that the profiling binaries might not work out of the box with Electron and they might need to be rebuilt with |
Yes but the needed version Is not build |
Is 106 |
I'll take a look. This is on my list of things to debug! |
You can fork m'y repo to test |
132 with the latest electron version win32x64 |
Problem Statement
electron dont send the data and the profiling is disableled
Solution Brainstorm
???
The text was updated successfully, but these errors were encountered: