File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/browser/src/integrations Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ interface ContextLinesOptions {
14
14
}
15
15
16
16
/**
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
18
18
* the current page's HTML.
19
19
*
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.
24
21
* For frames pointing to files, context lines are added during ingestion and symbolication
25
22
* 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).
26
26
*/
27
27
export class ContextLines implements Integration {
28
28
/**
You can’t perform that action at this time.
0 commit comments