Skip to content

feat(uptime):add-config-defaults #93066

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

smeubank
Copy link
Member

@smeubank smeubank commented Jun 6, 2025

Adding some default suggestions for config of Uptime Monitors, to reduce required clicks and friction for developers to create new monitors

Adding some default suggestions for config of Uptime Monitors, to reduce required clicks and friction for developers to create new monitors
@smeubank smeubank requested a review from a team as a code owner June 6, 2025 20:45
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 6, 2025
Copy link

codecov bot commented Jun 6, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
10516 1 10515 9
View the top 1 failed test(s) by shortest run time
Uptime Alert Form can create a new rule
Stack Traces | 2.33s run time
Error: expect(jest.fn()).toHaveBeenCalledWith(...expected)

Expected: Anything, ObjectContaining {"data": ObjectContaining {"body": "{\"key\": \"value\"}", "environment": "prod", "headers": [["X-Something", "Header Value"]], "intervalSeconds": 60, "method": "POST", "name": "Uptime Check for example.com", "owner": "user:1", "timeoutMs": 10000, "traceSampling": true, "url": "http://example.com"}}
Received: ".../org-slug/project-slug/uptime/", {"data": {"body": "{\"key\": \"value\"}", "environment": "prod", "headers": [["X-Something", "Header Value"]], "intervalSeconds": 60, "method": "POST", "name": "Uptime Check for e", "owner": "user:1", "projectSlug": "project-slug", "timeoutMs": 10000, "traceSampling": true, "url": "http://example.com"}, "error": [Function error], "method": "POST", "success": [Function success]}

Number of calls: 1
    at Object.<anonymous> (.../rules/uptime/uptimeAlertForm.spec.tsx:74:24)

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant