Registers a source map for the specified script name. Should ideally
be called before the given script gets loaded, so stack traces created
during load can make use of the source map.
Parameters
name: string
Name of the script that the source map is for, e.g.
/plugins/screenshot.js.
Registers a source map for the specified script
name. Should ideally be called before the given script gets loaded, so stack traces created during load can make use of the source map.