-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
base: onur/angular-wizard-base
Are you sure you want to change the base?
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! LGTM!
src/angular/angular-wizard.ts
Outdated
project: { | ||
organization: { | ||
id: selectedProject.organization.id, | ||
name: selectedProject.organization.name, | ||
slug: selectedProject.organization.slug, | ||
}, | ||
id: selectedProject.id, | ||
slug: selectedProject.slug, | ||
keys: [ | ||
{ | ||
dsn: { | ||
public: dsn, | ||
}, | ||
}, | ||
], | ||
}, | ||
}; |
There was a problem hiding this comment.
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!
There was a problem hiding this comment.
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!
Supersedes #741 - Part 4
Targeted to the epic branch.
Adds source map upload configuration
#skip-changelog