Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Jul 31, 2023
1 parent 5bea408 commit 982f3c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/browser/src/integrations/contextlines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ interface ContextLinesOptions {
}

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

0 comments on commit 982f3c4

Please sign in to comment.