Skip to content

Commit 0310f39

Browse files
authored
fix(java): typo in Source Context docs (#13200)
1 parent 78fc097 commit 0310f39

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/java/common/source-context

1 file changed

+1
-1
lines changed

docs/platforms/java/common/source-context/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Next, calculate the derived file path. Take the frame `module` and replace all `
2020

2121
Finally, compare the derived with the path found in your source repository. In this example, the `com/example/vu/android/` folder may match the `src/com/example/vu/android/` folder in the source code. Using that information, set the **Stack Trace Root** to `com/example/vu/android/` and the **Source Code Root** to `src/com/example/vu/android/`. This tells Sentry to replace all file paths beginning in `com/example/vu/android/` with `src/com/example/vu/android/` when searching for the source code.
2222

23-
Because Sentry will use the first matching code mapping, it is recommended to always provide a non-empty value for the **Stack Trace Root** when possible. An empty value in the **Stack Trace Root** will match all file paths, which will work poorly if multiple code mapprings are required.
23+
Because Sentry will use the first matching code mapping, it is recommended to always provide a non-empty value for the **Stack Trace Root** when possible. An empty value in the **Stack Trace Root** will match all file paths, which will work poorly if multiple code mappings are required.

0 commit comments

Comments
 (0)