Skip to content

Sentry sourcemaps uploading in update workflow #164

@zaniluca

Description

@zaniluca

Summary

Currently, we're not uploading source maps when running eas update, this is because source maps are only uploaded on eas build via the hook provided in app.config.ts that is not run when doing an OTA update.

We need to also allow updates to trigger source maps upload and release creation on sentry. This will be done in the update workflow and can be achieved via the Sentry Release GitHub Action or even better with the cli that should be available in the node_modules folder as suggested in the expo guide (see Additional Notes)

We're also going to add the environment tagging since we currently don't have one, this will be useful to track the environment of a particular release (staging/production)

Possible impacts / side effects on existing features

  • Update workflow success

Additional notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    dev flowImprovement to the development experience or developing pipeline

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions