Skip to content

Commit b5bde22

Browse files
authored
chore(perf-issues): Add a mention that thresholds can be configured in settings (#13741)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR *Tell us what you're changing and why. If your PR **resolves an issue**, please link it so it closes automatically.* ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs)
1 parent ff98053 commit b5bde22

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed
Loading

docs/product/issues/issue-details/performance-issues/index.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ Span evidence is information that explains the performance problem in the contex
3030

3131
The "Event Grouping Information" section provides details of how Sentry fingerprinted the event into the group. You can see which parts of the span evidence contributed to the fingerprint.
3232

33-
## Performance Issue Types
33+
## Configuration
34+
35+
As a Project Admin, you can also manage individual settings for each performance issue detector in **Project Settings > Performance**. Here, you can raise or lower the thresholds for what Sentry considers a performance issue for each project, or disable detection altogether.
36+
37+
![Performance issue configuration](./img/performance-issue-configuration.png)
38+
39+
## Issue Types
3440

3541
The following is a list of available performance issues:
3642

@@ -136,11 +142,9 @@ The following is a list of available performance issues:
136142
</tbody>
137143
</table>
138144

139-
## Performance Issue Limitations
145+
## Limitations
140146

141147
Performance issues currently have the following limitations:
142148

143-
- Performance issues can't be merged or deleted
149+
- Performance issues cannot be merged
144150
- Custom fingerprinting and grouping can't be applied to performance issues
145-
146-
We're working on removing some or all of these limitations.

0 commit comments

Comments
 (0)