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

fix(wizard): Handle missing auth token in wizard API endpoint response #566

Merged
merged 5 commits into from
Apr 25, 2024

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Apr 24, 2024

This PR adjusts the SentryProjectData type to reflect that the wizard might not always receive an auth token (as we learned in INC-727). Consequently, we now handle not receiving an auth token and proceed with a dummy token and a warning for users instead:

image

closes #564

@Lms24 Lms24 requested review from lforst, a team and AbhiPrasad and removed request for a team April 24, 2024 15:28
src/utils/clack-utils.ts Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@Lms24 Lms24 merged commit 146542b into master Apr 25, 2024
10 checks passed
@Lms24 Lms24 deleted the lms/fix-handle-no-auth-token-from-api branch April 25, 2024 07:30
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.

Handle missing auth token data more gracefully
2 participants