JSPM

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

Bugeez bug tracker allows you to easily report bugs from inside your app, simply click the bugeez icon or shake your phone to report a bug along with a snapshot, and it all goes directly to your bugeez dashboard along with all the rest of your bugs.

Package Exports

  • bugeez-bug-tracker

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 (bugeez-bug-tracker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Bugeez bug tracker

We will also need to publish a bugeez bug tracker solution for npm

npm install bugeez-bug-tracker

this will contain a function that when we call it it will activate the bug tracker

import bzBugTracker from 'bugeez-bug-tracker';

bzBugTracker('app')

We will only publish to npm when we are pushing to prod.

The version of the package will be determined by the version in jenkins and the build number will be the patch of the version.

Our package needs to be written in typescript with a declaration file