-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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(autofix): Make starting UI more clear #77802
Conversation
Instead of attempting to reconstruct the hostname from the url_domain and url_domain_suffix use urlprase to extract the hostname. The url_domain{,_suffix} are used for different de-duping reasons.
I misread the stacktrace and the escape needs to be when reading the file, not opening it. Bailing early feels like the simplest solution, and will be easy to remove later today. Fixes SENTRY-3CS1
Converts the tabs to folding data sections. They are rendered as is, and we can introduce new designs if we have more time later on, but for now, styling and text sizes are the same. ![image](https://github.com/user-attachments/assets/2581519f-214d-4b30-bf07-9d1cbe2412da) ![image](https://github.com/user-attachments/assets/8e5f68ae-21b4-4641-ac15-eab026b310c7) ![image](https://github.com/user-attachments/assets/195e1241-67e2-4432-a456-a653901c6c86) **todo** - [x] Add tests for their new location - [ ] Figure out subrouting so directly linking to `/merged` and `/similar` does something expected --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
Paving the way for uptime alert creation, navigating to /new/uptime will render the uptime form and will eventually be accessible from the wizard
- Need to look into why, but looks like the default tags list is different in EAP?
- This adds the sampling columns to help explore the extrapolation data better, We should not use this in the UI and its just for testing --------- Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
Requires #77749 first, this implements the LLM monitoring frontend using EAP instead of metrics.
…egrations (#77094)" This reverts commit 28cdab1. Co-authored-by: RyanSkonnord <[email protected]>
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
lgtm |
Some minor visual UI changes to make the "waiting to start" state more clear.