-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
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!
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!
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.
Thanks! Waiting with merging on #769
@onurtemizkan one more rebase please, thanks 🙏 |
5dde613
to
5cb0788
Compare
@Lms24 - updated 👍 |
* feat(angular): Configure source map upload. * Use `preSelectedProject` as is * Fix
Supersedes #741 - Part 4
Targeted to the epic branch.
Adds source map upload configuration
#skip-changelog