Skip to content

Commit a886e92

Browse files
committed
More comments.
1 parent 89c3a76 commit a886e92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/telemetry/browser-telemetry/src/stack/StackParser.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ export function getSrcLines(
148148

149149
// The before and after lines will not be precise while we use TraceKit.
150150
// 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.
151153

152154
// Trimmer for non-origin lines. Starts at column 0.
153155
const trimmer = (input: string) =>

0 commit comments

Comments
 (0)