We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c3a76 commit a886e92Copy full SHA for a886e92
packages/telemetry/browser-telemetry/src/stack/StackParser.ts
@@ -148,6 +148,8 @@ export function getSrcLines(
148
149
// The before and after lines will not be precise while we use TraceKit.
150
// By forking it we should be able to achieve a more optimal result.
151
+ // We only need to do this if we are not getting sufficient quality using this
152
+ // method.
153
154
// Trimmer for non-origin lines. Starts at column 0.
155
const trimmer = (input: string) =>
0 commit comments