Package Exports
- suprboard-tracer
- suprboard-tracer/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (suprboard-tracer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Instalation
run
npm i suprboard-traceradd to your .env file:
INSTANCE_NAME = <nama aplikasi>
EXPORTER = <exporter / zipkin>
EXPORTER_URL = <exporter url>example:
INSTANCE_NAME = instance8
EXPORTER = zipkin
EXPORTER_URL = http://localhost:9411import tracer file to your main file
require('suprboard-tracer')()