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

feat(angular): Configure source map upload. #770

Open
wants to merge 2 commits into
base: onur/angular-wizard-base
Choose a base branch
from

Conversation

onurtemizkan
Copy link
Collaborator

Supersedes #741 - Part 4

Targeted to the epic branch.

Adds source map upload configuration

#skip-changelog

Copy link

github-actions bot commented Jan 22, 2025

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 5dde613

Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! LGTM!

Comment on lines 130 to 146
project: {
organization: {
id: selectedProject.organization.id,
name: selectedProject.organization.name,
slug: selectedProject.organization.slug,
},
id: selectedProject.id,
slug: selectedProject.slug,
keys: [
{
dsn: {
public: dsn,
},
},
],
},
};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

l: not sure if I'm missing some TS problems but can we not simply assign project: selectedProject instead of re-declaring every property? feel free to ignore if this isn't easily possible. not a blocker!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There used to be a problem there before, but apparently, not anymore. Updated, thanks for pointing!

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

Successfully merging this pull request may close these issues.

2 participants