opentracing/opentracing-javascript

Production build does not (yet) remove argument checks

Closed this issue · 0 comments

The webpack / babel configuration for production should set the API_CONFORMANCE_CHECKS constant to false and ensure the resulting dead code is remove (for performance reasons).

This is not yet implemented.