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

Merged
merged 3 commits into from
Feb 4, 2025

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 5cb0788

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 +178
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!

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.

Thanks! Waiting with merging on #769

@Lms24
Copy link
Member

Lms24 commented Feb 4, 2025

@onurtemizkan one more rebase please, thanks 🙏

@onurtemizkan onurtemizkan force-pushed the onur/angular-sourcemaps branch from 5dde613 to 5cb0788 Compare February 4, 2025 11:12
@onurtemizkan
Copy link
Collaborator Author

@Lms24 - updated 👍

@Lms24 Lms24 merged commit 8fd72a0 into onur/angular-wizard-base Feb 4, 2025
15 checks passed
@Lms24 Lms24 deleted the onur/angular-sourcemaps branch February 4, 2025 12:53
onurtemizkan added a commit that referenced this pull request Feb 5, 2025
* feat(angular): Configure source map upload.

* Use `preSelectedProject` as is

* Fix
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