You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: