grafana / xk6-ts

TypeScript support for k6
GNU Affero General Public License v3.0
17 stars 3 forks source link

Enable sourcemap by default #7

Closed szkiba closed 2 months ago

szkiba commented 2 months ago

To ensure that runtime error messages report the correct source code position, sourcemap generation is enabled by default. Otherwise, due to transpilation and bundling, the source code position is meaningless. Sourcemap generation can be disabled by setting the value of the XK6_TS_SOURCEMAP environment variable to false.