diff --git a/docs/pricing/quotas/img/manage-event-stream-06-new.png b/docs/pricing/quotas/img/manage-event-stream-06-new.png index b2e69314b4201..fd78dca398119 100644 Binary files a/docs/pricing/quotas/img/manage-event-stream-06-new.png and b/docs/pricing/quotas/img/manage-event-stream-06-new.png differ diff --git a/docs/pricing/quotas/img/manage-event-stream-07-new.png b/docs/pricing/quotas/img/manage-event-stream-07-new.png index c0b3d768e0cb3..c6817b66e70d7 100644 Binary files a/docs/pricing/quotas/img/manage-event-stream-07-new.png and b/docs/pricing/quotas/img/manage-event-stream-07-new.png differ diff --git a/docs/pricing/quotas/manage-event-stream-guide.mdx b/docs/pricing/quotas/manage-event-stream-guide.mdx index bce9c3a35e0df..bec9368849cd2 100644 --- a/docs/pricing/quotas/manage-event-stream-guide.mdx +++ b/docs/pricing/quotas/manage-event-stream-guide.mdx @@ -148,21 +148,17 @@ The following rules apply for error event repetition and your quota: - If you previously resolved an issue, a new error event counts toward your quota because it may represent a regression in your code. - If you have chosen to ignore alerts about error events with the same fingerprint, a new event counts toward your quota because the event is still occurring. -- If you ["Delete & Discard"](#archive-delete--discard) an issue, then **future** error events with the same fingerprint will not count toward your quota. +- If you ["Delete & Discard"](#delete--discard) an issue, then **future** error events with the same fingerprint will not count toward your quota. -### Archive, Delete & Discard +### Delete & Discard -If there is an irrelevant, reoccurring issue that you are unable or unwilling to resolve, you can archive it from the **Issue Details** page (temporarily or forever) by clicking "Archive". This will filter out future matching events. +If there is an irrelevant, reoccurring issue that you are unable or unwilling to resolve, you can delete and discard it from the **Issue Details** page by clicking "Delete and discard future events". This will remove the issue and event data from Sentry and filter out future matching events. ![Archive Issues](./img/manage-event-stream-06-new.png) -If you truly never want to see an issue again, you can [delete and discard it forever](/product/issues/states-triage/#delete). This will remove the issue and event data from Sentry and filter out future matching events. - -You can find a list of deleted and discarded issues in the "Discarded Issues" tab in your project's [Inbound Filters](https://sentry.io/orgredirect/organizations/:orgslug/settings/projects/:projectId/filters/) settings. From here, you can un-discarded any of these issues to receive future events. - -You can always view your archived issues by adding `is: archived` to the search bar in the **Issues** page, and can un-archive them from there. +You can find a list of deleted and discarded issues in the "Discarded Issues" tab in **[Project] > Settings > Inbound Filters > Discarded Issues**. From here, you can un-discard any of these issues to receive future events. ![List of Archived Issues](./img/manage-event-stream-07-new.png)