Source Mapper Chrome extension icon

Source Mapper

👥 302 users
📦 v1.2.5
💾 142KiB
📅 2013-04-15
View on Chrome Web Store

Chrome will indicate if you already have this installed.

Overview

What are source maps?
http://www.html5rocks.com/en/tutorials/developertools/sourcemaps

Why
This works well in conjunction with JavaScript error capture. However you will need both line and column numbers. This can be difficult with a simple window.onerror handler as that does not provide the column information.

There are various libraries that will wrap native functions with try/catches that could provide the column from error.stack. Use at your own risk (not sure how I feel about them)

In my case (enterprise) we have mostly IE8 users at the moment, during window.onerror it is possible to either A. Walk to callee and build a stack or B. Use window.error.errorcharacter to capture the column number. This is what I am going to be doing for the time being.

Tested with
Source Map Version 3
JavaScript source files

Source: https://github.com/RyanSylvestre/sourceMapper
Link to store: https://chrome.google.com/webstore/detail/enenhalmnhnpofkecebdmgnmmhfkhcpb

Tags

Productivity/developer developer productivity/developer

🔐 Security Analysis

This extension hasn't been security-scanned yet.

Capture a screenshot of your current page in entirety and reliably—without requesting any extra permissions!
Productivity/developer AI
브라우저에서 라온시큐어의 PC보안 기능을 사용하기 위한 확장 프로그램입니다.
Productivity/developer
Adds React debugging tools to the Chrome Developer Tools. Created from revision 3cde211b0c on 10/20/2025.
Productivity/developer