Skip to content
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

Where can I find sentry-symbols.js? #125

Closed
aguynamedben opened this issue Oct 9, 2018 · 3 comments
Closed

Where can I find sentry-symbols.js? #125

aguynamedben opened this issue Oct 9, 2018 · 3 comments
Assignees

Comments

@aguynamedben
Copy link

I didn't use "Sentry Wizard" to implement this library with my Electron project. How can I find the sentry-symbols.js file?

As a workaround, I'm downloading the debug information file myself to ~/Download/ and running:

./node_modules/.bin/sentry-cli upload-dif -t dsym ~/Downloads/electron-v2.0.11-darwin-x64-dsym.zip --org my-org --project my-project
@HazAT HazAT self-assigned this Oct 9, 2018
@HazAT
Copy link
Member

HazAT commented Oct 9, 2018

The script can be found here, you should be able to use it by just calling it like node sentry-symbols.js

https://github.com/getsentry/sentry-wizard/blob/master/scripts/Electron/symbols.js

Sentry Wizard just copies it to your project and makes sure all deps are installed.

@HazAT HazAT closed this as completed Oct 9, 2018
@aguynamedben
Copy link
Author

@HazAT Ah! I was Googling for a while but didn't come across getsentry/sentry-wizard. Thanks!

@aguynamedben
Copy link
Author

aguynamedben commented Nov 17, 2018

FYI @HazAT our app is based on the popular electron-react-boilerplate project, and I posted some things you might be interested in how we setup sentry-electron with that project: electron-react-boilerplate/electron-react-boilerplate#1560

Y'all have it pretty well-covered in your docs, but that's how we do it in a real day-to-day app. The main "ahhh nice" thing was cleaning up breadcrumb logging from electron-log and redux-logger.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants