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(dynamic-sampling): Add autocomplete - INGEST-434 #28947

Merged
merged 5 commits into from
Oct 1, 2021

Conversation

priscilawebdev
Copy link
Member

@priscilawebdev priscilawebdev commented Sep 29, 2021

Description
As a user, I want to be suggested condition values, so that I make fewer mistakes.

UI updates

  • The UI shall display an autocomplete component when the selected category is environment, releases, or transaction (these are the options we currently support)
  • The suggested values will be fetched from our database
  • User can still freely type their own value (react-select creatable)
  • Made a couple of labels singular
  • [x ] Fixed Tests

Preview
autocomplete

closes: INGEST-434

Copy link
Member

@matejminar matejminar left a comment

Choose a reason for hiding this comment

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

lgtm

default:
return '';
Sentry.captureException(new Error('Unknown dynamic sampling condition inner name'));
return ''; // this shall never happen this shall never happen
Copy link
Member

Choose a reason for hiding this comment

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

this shall never happen this shall never happen this shall never happen this shall never happen this shall never happen this shall never happen 😅

@priscilawebdev priscilawebdev enabled auto-merge (squash) October 1, 2021 12:30
@priscilawebdev priscilawebdev merged commit f52c157 into master Oct 1, 2021
@priscilawebdev priscilawebdev deleted the feat/add-autocomplete-dynamic-sampling-modal branch October 1, 2021 12:55
@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants