jason-trace-log 1.0.9 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1226,7 +1226,7 @@ var getInstance = function () {
1226
1226
  }
1227
1227
  return instance;
1228
1228
  };
1229
- var index = {
1229
+ var traceLogAPI = {
1230
1230
  init: init,
1231
1231
  getInstance: getInstance,
1232
1232
  get info() {
@@ -1238,11 +1238,14 @@ var index = {
1238
1238
  get error() {
1239
1239
  return getInstance().error.bind(getInstance());
1240
1240
  },
1241
+ get send() {
1242
+ return getInstance().send.bind(getInstance());
1243
+ },
1241
1244
  get setCustomGlobalFields() {
1242
1245
  return getInstance().setCustomGlobalFields.bind(getInstance());
1243
1246
  }
1244
1247
  };
1245
1248
 
1246
- export default index;
1249
+ export default traceLogAPI;
1247
1250
  export { init, getInstance, SendMethod, BaseTrace };
1248
1251
  //# sourceMappingURL=jason-trace-log.esm.js.map