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

ref(sign-up): Add external providers options #83821

Closed

Conversation

priscilawebdev
Copy link
Member

@priscilawebdev priscilawebdev commented Jan 22, 2025

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 22, 2025

const orgSlug = ConfigStore.getState().customerDomain?.subdomain;
// TODO(Telemetry): Remove the condition below after checking that everything is working fine
const displayExternalProviders = orgSlug === 'pri-sentry';
Copy link
Member Author

Choose a reason for hiding this comment

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

Since the invited user might not be logged in yet, we cannot use our feature flag tool in this case. To test it before making it public, I’m adding checking against an org that I use specifically for testing purposes

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff            @@
##           master   #83821    +/-   ##
========================================
  Coverage   87.62%   87.63%            
========================================
  Files        9506     9503     -3     
  Lines      541906   541769   -137     
  Branches    21215    21215            
========================================
- Hits       474872   474766   -106     
+ Misses      66668    66637    -31     
  Partials      366      366            

…com:getsentry/sentry into priscila/ref/sign-up/add-external-providers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants