JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q58279F

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-tracer

add 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:9411

import tracer file to your main file

require('suprboard-tracer')()