-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat(spans-migration): add warning UI for dropped fields. #101364
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
base: master
Are you sure you want to change the base?
Conversation
}) | ||
) | ||
); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Array Handling Issue in Warning Messages
The reason
field for dropped equations and orderby clauses is typed as string | string[]
. When this field is an array, it displays incorrectly in warning messages.
Additional Locations (1)
sessionDurationWarning, | ||
spanTimeRangeWarning, | ||
transactionsDeprecationWarning, | ||
droppedColumnsWarning, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that we've returned the
changedReason
column from the widget and saved query apis we're creating the UI for these dropped fields warnings. This is an example of what they look like:Explore:

Widgets:
