Skip to content

Commit 4e32c45

Browse files
committed
Merge pull request #333 from lobziik/master
fix possible ie8 trailing comma problem
2 parents 759cfaf + 3b09a30 commit 4e32c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raven.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ function send(data) {
684684

685685
// Send along our own collected metadata with extra
686686
data.extra = objectMerge({
687-
'session:duration': now() - startTime,
687+
'session:duration': now() - startTime
688688
}, data.extra);
689689

690690
// If there are no tags/extra, strip the key from the payload alltogther.

0 commit comments

Comments
 (0)