Skip to content

Commit fb347b2

Browse files
lizokmwmak
andauthored
Move File IO out of list of limitations (#6120)
* Move File IO out of list of limitations Since this isn't a limitation, it doesn't make sense to keep it as part of this list. I suggest we move it into a note at the bottom of the page. * Update src/docs/product/issues/issue-details/performance-issues/index.mdx * Update src/docs/product/issues/issue-details/performance-issues/index.mdx Co-authored-by: William Mak <[email protected]> * Update src/docs/product/issues/issue-details/performance-issues/index.mdx Co-authored-by: William Mak <[email protected]>
1 parent 5f6cfcc commit fb347b2

File tree

1 file changed

+9
-4
lines changed
  • src/docs/product/issues/issue-details/performance-issues

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,14 @@ The "Event Grouping Information" section provides details of how Sentry fingerpr
4242

4343
Performance issues currently have the following limitations:
4444

45-
- Only one type of issue is available to all Sentry users: [N+1 Queries](n-one-queries)
46-
- Another issue is available to Early Adopters on the latest version of Sentry Android or iOS SDKs: [File IO on Main Thread](main-thread-io)
47-
- Performance issues cannot be merged or deleted
48-
- Custom fingerprinting and grouping do not apply to performance issues
45+
- Only one type of issue* is available to all Sentry users: [N+1 Queries](n-one-queries)
46+
- Performance issues can't be merged or deleted
47+
- Custom fingerprinting and grouping can't be applied to performance issues
4948

5049
We're working on removing some or all of these limitations.
50+
51+
<Note>
52+
53+
*<a class href="/product/issues/issue-details/performance-issues/main-thread-io/">File IO on Main Thread</a> is another issue that's currently available to Early Adopters on the latest version of Sentry Android or iOS SDK.
54+
55+
</Note>

0 commit comments

Comments
 (0)