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: Add Angular Wizard #767

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Conversation

onurtemizkan
Copy link
Collaborator

@onurtemizkan onurtemizkan commented Jan 22, 2025

Resolves: #672

Adds wizard for Angular projects

Notes:

Does not support projects using NGModules.
Uses the internal sourcemaps wizard for Sentry CLI configuration
Does not create example pages, we can add that in a follow-up PR.

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 d560782

@onurtemizkan onurtemizkan changed the title feat: Angular SDK Wizard feat: Add Angular Wizard Jan 22, 2025
onurtemizkan and others added 6 commits February 5, 2025 22:43
Adds Angular menu option with SDK installation

---------

Co-authored-by: Andrei <[email protected]>
- Adds Sentry initialization on main.ts with feature selection
- Also adds Prettier run
* feat(angular): Add Sentry setup in App Config

* Use `hasSentryContent` from `ast-utils`

* Bail out if `app-config` is not under pre-defined location
* feat(angular): Configure source map upload.

* Use `preSelectedProject` as is

* Fix
@onurtemizkan onurtemizkan force-pushed the onur/angular-wizard-base branch from 42acc97 to 49b5c75 Compare February 5, 2025 22:44
Copy link

codecov bot commented Mar 6, 2025

Codecov Report

Attention: Patch coverage is 18.18182% with 9 lines in your changes missing coverage. Please review.

Project coverage is 51.06%. Comparing base (273513d) to head (d560782).

Files with missing lines Patch % Lines
e2e-tests/utils/index.ts 20.00% 4 Missing ⚠️
src/sourcemaps/tools/sentry-cli.ts 0.00% 3 Missing ⚠️
lib/Constants.ts 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #767      +/-   ##
==========================================
- Coverage   51.15%   51.06%   -0.09%     
==========================================
  Files          53       53              
  Lines        3519     3529      +10     
  Branches      826      831       +5     
==========================================
+ Hits         1800     1802       +2     
- Misses       1592     1726     +134     
+ Partials      127        1     -126     
Flag Coverage Δ
e2e-tests 78.76% <20.00%> (-2.09%) ⬇️
unit-tests 49.86% <16.66%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

Add Wizard for Angular
1 participant