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

Sentry has identified the following problems for you to fix A required debug information file was missing (1) #385

Open
DonnieBLT opened this issue Mar 9, 2024 · 2 comments

Comments

@DonnieBLT
Copy link
Collaborator

image

@Dante291
Copy link
Contributor

@DonnieBLT this is what I got from GPT4

To resolve this issue, you will need to provide Sentry with the debug symbols that correspond to this build of your application. If you're working with an iOS app, this would typically be the dSYM files, and for Android, it could be Proguard mapping files or native symbols if you are using NDK.

You would generally do this by uploading the debug information files to Sentry either manually or through an automated process as part of your CI/CD pipeline. The exact steps can vary depending on the platform your application is running on and the build tools you are using. Check Sentry's documentation for more detailed instructions related to your specific environment and make sure to automate this process to avoid similar issues in the future.

@DonnieBLT
Copy link
Collaborator Author

Cool let's build this into the pipeline. Thank you!

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

No branches or pull requests

2 participants