Skip to content

Commit a3fc596

Browse files
committed
doc
1 parent 024c417 commit a3fc596

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/browser/src/integrations/contextlines.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ interface ContextLinesOptions {
1414
}
1515

1616
/**
17-
* Collects source context lines around the line of a stackframe pointing to JS embedded in
17+
* Collects source context lines around the lines of stackframes pointing to JS embedded in
1818
* the current page's HTML.
1919
*
20-
* Use this integration if you have inline JS code in HTML pages that can't be accessed
21-
* by our backend (e.g. due to a login-protected page).
22-
*
23-
* This integratino DOES NOT work for stack frames pointing to JS files that are loaded by the browser.
20+
* This integration DOES NOT work for stack frames pointing to JS files that are loaded by the browser.
2421
* For frames pointing to files, context lines are added during ingestion and symbolication
2522
* by attempting to download the JS files to the Sentry backend.
23+
*
24+
* Use this integration if you have inline JS code in HTML pages that can't be accessed
25+
* by our backend (e.g. due to a login-protected page).
2626
*/
2727
export class ContextLines implements Integration {
2828
/**

0 commit comments

Comments
 (0)