feat(aci): Add ability to create new environments in the API#112537
Merged
saponifi3d merged 3 commits intomasterfrom Apr 8, 2026
Merged
feat(aci): Add ability to create new environments in the API#112537saponifi3d merged 3 commits intomasterfrom
saponifi3d merged 3 commits intomasterfrom
Conversation
Contributor
Backend Test FailuresFailures on
|
…d with the environment. in this case, we want to override to _not_ accept new environments
malwilley
approved these changes
Apr 8, 2026
saponifi3d
added a commit
that referenced
this pull request
Apr 9, 2026
# Description Updated the environment selector to be able to create a new environment inline. Right now, we can only select environments on Uptime and Metric monitors. The Metric monitor will be able to save the new environments after #112537 is deployed. ### Metric Monitor <img width="1624" height="1061" alt="Screenshot 2026-04-08 at 4 56 33 PM" src="https://github.com/user-attachments/assets/f6c2ebef-3b2c-45fe-bc29-839c4be81f35" /> ### Uptime Monitor <img width="1624" height="1061" alt="Screenshot 2026-04-08 at 4 58 48 PM" src="https://github.com/user-attachments/assets/09b61794-3242-48ee-8f03-d3b0ecc05060" /> ### Uptime Saves <img width="1624" height="1061" alt="Screenshot 2026-04-08 at 4 59 33 PM" src="https://github.com/user-attachments/assets/5783da6b-a7f7-4e07-b501-eb7eebcab22f" />
george-sentry
pushed a commit
that referenced
this pull request
Apr 9, 2026
# Description This allows us to send a new environment through the API; (first step for [ISWF-2363](https://linear.app/getsentry/issue/ISWF-2363/uptime-monitor-environment-selector-should-allow-you-to-create-a-new)).
george-sentry
pushed a commit
that referenced
this pull request
Apr 9, 2026
# Description Updated the environment selector to be able to create a new environment inline. Right now, we can only select environments on Uptime and Metric monitors. The Metric monitor will be able to save the new environments after #112537 is deployed. ### Metric Monitor <img width="1624" height="1061" alt="Screenshot 2026-04-08 at 4 56 33 PM" src="https://github.com/user-attachments/assets/f6c2ebef-3b2c-45fe-bc29-839c4be81f35" /> ### Uptime Monitor <img width="1624" height="1061" alt="Screenshot 2026-04-08 at 4 58 48 PM" src="https://github.com/user-attachments/assets/09b61794-3242-48ee-8f03-d3b0ecc05060" /> ### Uptime Saves <img width="1624" height="1061" alt="Screenshot 2026-04-08 at 4 59 33 PM" src="https://github.com/user-attachments/assets/5783da6b-a7f7-4e07-b501-eb7eebcab22f" />
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This allows us to send a new environment through the API; (first step for ISWF-2363).