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
Copy file name to clipboardExpand all lines: docs/platforms/apple/common/data-management/debug-files/source-context/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ sidebar_order: 5
6
6
7
7
If Sentry has access to your application's source code, it can show snippets of code (_source context_) around the location of stack frames, which helps to quickly pinpoint problematic code.
8
8
9
-
For example, here's a stack trace from a .NET application. The source context contains
10
-
the original C# source code of the application, with the location of the frame highlighted.
9
+
For example, here's a stack trace from a Swift application. The source context contains
10
+
the original Swift source code of the application, with the location of the frame highlighted.
11
11
12
12

0 commit comments