Skip to content

ref(crons): Change copy for over quota processing error#72707

Merged
davidenwang merged 1 commit into
masterfrom
davidenwang/copy-change-processing-error-over-quota
Jun 13, 2024
Merged

ref(crons): Change copy for over quota processing error#72707
davidenwang merged 1 commit into
masterfrom
davidenwang/copy-change-processing-error-over-quota

Conversation

@davidenwang

@davidenwang davidenwang commented Jun 13, 2024

Copy link
Copy Markdown
Contributor

After more auditing I feel like this is the most appropriate copy for the MONITOR_OVER_QUOTA processing error.

This copy is now very similar to the MONITOR_DISABLED error. This is because in getsentry we always check to see if we should ingest a check-in based on if there is a seat assigned, before checking if the monitor is disabled. However, when a user disables a monitor the seat is removed.

This means that if a user manually disables a monitor we will write MONITOR_OVER_QUOTA errors, rather than MONITOR_DISABLED errors if they are a saas customer. In this case, the best action we can give to the user is increase on-demand if needed, and then try enabling the monitor.

Also slightly changed the title for the upsert event to make it more clear.

@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 13, 2024
@davidenwang davidenwang marked this pull request as ready for review June 13, 2024 17:48
@davidenwang davidenwang requested a review from a team as a code owner June 13, 2024 17:48
@davidenwang davidenwang merged commit f80d9cb into master Jun 13, 2024
@davidenwang davidenwang deleted the davidenwang/copy-change-processing-error-over-quota branch June 13, 2024 18:47
@codecov

codecov Bot commented Jun 13, 2024

Copy link
Copy Markdown

Bundle Report

Changes will decrease total bundle size by 75 bytes ⬇️

Bundle name Size Change
app-webpack-bundle-array-push 27.77MB 75 bytes ⬇️

@github-actions github-actions Bot locked and limited conversation to collaborators Jun 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

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