Skip to content

Conversation

@leeandher
Copy link
Member

This PR adds a clear overrides button. Therefore projects can have an empty value where there was once a value if they choose (i.e. global has "some-value", override has "", which is different than no override)

image

Also edits a typo on the SQS form, and adds modifies some examples with realistic payloads.

@leeandher leeandher requested review from a team as code owners December 5, 2025 21:29
@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 Dec 5, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

🚨 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.

config = serializers.DictField(
child=serializers.CharField(allow_blank=True),
default=dict,
help_text="The configuration for the data forwarder.",
Copy link
Contributor

Choose a reason for hiding this comment

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

is there a place people can look for what to put in this field?

Copy link
Member Author

Choose a reason for hiding this comment

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

That's a good call, I can try just throwing all the data in here but its a bit cumbersome. For now I think it's okay to leave it vague, I included all of the fields with realistic data for examples so hopefully if someone really does wanna do this via API it works alright

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

3 participants