You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: src/docs/product/issues/issue-details/performance-issues/index.mdx
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,14 @@ The "Event Grouping Information" section provides details of how Sentry fingerpr
42
42
43
43
Performance issues currently have the following limitations:
44
44
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
49
48
50
49
We're working on removing some or all of these limitations.
50
+
51
+
<Note>
52
+
53
+
*<aclasshref="/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.
0 commit comments