-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat(uptime): Accept timeout customization in uptime APIs #78788
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(uptime): Accept timeout customization in uptime APIs #78788
Conversation
🚨 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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #78788 +/- ##
==========================================
- Coverage 78.29% 78.29% -0.01%
==========================================
Files 7132 7133 +1
Lines 313960 314193 +233
Branches 51265 51320 +55
==========================================
+ Hits 245820 246001 +181
- Misses 61711 61757 +46
- Partials 6429 6435 +6 |
@@ -27,7 +27,7 @@ interface Props { | |||
} | |||
|
|||
export function DetailsTimeline({monitor, organization}: Props) { | |||
const {location} = useRouter(); | |||
const location = useLocation(); |
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.
Unrelated change?
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.
oops
3e75160
to
d17d336
Compare
Bundle ReportChanges will decrease total bundle size by 44 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
Requires #78787
Requires #78782