Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Add column number to Sentry payload (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngo The Trung authored and LewisJEllis committed Nov 18, 2016
1 parent b84b88c commit 82d67c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ function parseStack(err, cb) {
var frame = {
filename: line.getFileName() || '',
lineno: line.getLineNumber(),
colno: line.getColumnNumber(),
'function': getFunction(line),
},
isInternal = line.isNative() ||
Expand Down

0 comments on commit 82d67c8

Please sign in to comment.