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

Publishing source maps for multiple projects in a monorepo #192

Open
victorbadila opened this issue May 2, 2024 · 1 comment
Open

Publishing source maps for multiple projects in a monorepo #192

victorbadila opened this issue May 2, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested

Comments

@victorbadila
Copy link

Hi, I have a repo which holds multiple apps for which I have set up different Sentry projects. I am trying to figure out if it's possible to publish the source maps for all the individual apps to their respective Sentry projects during the github build. I see that there there is a projects option, however from what I understand I would need to supply an auth token for each different project, that's what I gathered from the command line wizard. Any idea if this is already supported? And if not wether it could be added.

@smeubank smeubank added documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested labels Dec 10, 2024
@smeubank
Copy link
Member

however from what I understand I would need to supply an auth token for each different project
i am not sure which docs you mean, but you can use one auth token for all your projects in an org

you can use source maps with microfrontends in Sentry, however this problem is simplified much more with our newest solution for sourcemaps, where the uploaded files do not actually need to be associated with one specific release. This has not implemented with our GitHub Action.

I would like to open an issue to add this the GHA, and rather users follow that approach when it is done.

Until then to achieve this I believe you would need to create a release for each project you have with your MFE in Sentry, and upload latest sourcemaps to each.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants