Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/pricing/quotas/img/manage-event-stream-06-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/pricing/quotas/img/manage-event-stream-07-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 4 additions & 8 deletions docs/pricing/quotas/manage-event-stream-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Include name="feature-available-for-plan-business.mdx" />

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)

Expand Down
Loading