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 {
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 */
2727export class ContextLines implements Integration {
2828 /**
You can’t perform that action at this time.
0 commit comments