Skip to content

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

Conversation

evanpurkhiser
Copy link
Member

Requires #78787
Requires #78782

@evanpurkhiser evanpurkhiser requested a review from a team as a code owner October 8, 2024 19:54
@github-actions github-actions bot added Scope: Frontend Automatically applied to PRs that change frontend components Scope: Backend Automatically applied to PRs that change backend components labels Oct 8, 2024
Copy link
Contributor

github-actions bot commented Oct 8, 2024

🚨 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 #discuss-dev-infra channel.

Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All 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();
Copy link
Member

Choose a reason for hiding this comment

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

Unrelated change?

Copy link
Member Author

Choose a reason for hiding this comment

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

oops

@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/feat-uptime-accept-timeout-customization-in-uptime-apis branch from 3e75160 to d17d336 Compare October 15, 2024 17:56
Copy link

codecov bot commented Oct 15, 2024

Bundle Report

Changes will decrease total bundle size by 44 bytes (-0.0%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
app-webpack-bundle-array-push 30.99MB 44 bytes (-0.0%) ⬇️

@evanpurkhiser evanpurkhiser merged commit c419e15 into master Oct 15, 2024
54 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/feat-uptime-accept-timeout-customization-in-uptime-apis branch October 15, 2024 18:39
cmanallen pushed a commit that referenced this pull request Oct 23, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Oct 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants