Skip to content

Commit 2024a8d

Browse files
authored
Update source code language (#9765)
1 parent e649fb2 commit 2024a8d

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/apple/common/data-management/debug-files/source-context

1 file changed

+2
-2
lines changed

docs/platforms/apple/common/data-management/debug-files/source-context/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sidebar_order: 5
66

77
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.
88

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.
1111

1212
![Screenshot of stack trace showing source context.](./img/source-context-screenshot.png)
1313

0 commit comments

Comments
 (0)