10.16.6 • Published 1 year ago

@builtioflow/uhm-nodejs-agent v10.16.6

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

��

Build

Use ubuntu 18.0.4 for building. Windows and centos 7 build is currently not working

npm i
npm run prepare
npm run check

Publish to npm registry

NPM registry used for this project is at https://www.npmjs.com/package/@sag_e2e/uhm-nodejs-agent.

SAG_e2e is an org in my npm account. Developers can be added by Invite members option with read & publish access for this package, who can then publish changes from their account

Step for publishing:

make all changes
increment version in package.json (refer to this link for details on npm semantic versioning https://docs.npmjs.com/about-semantic-versioning)
commit all changes to src repo
build the project
$npm login - with you npm credentials
$npm publish --access public

Installation nodejs module

npm install @sag_e2e/uhm-nodejs-agent@latest --save

Initialization

It s important that the agent is started before you require any other modules in your Node.js application. and you should require and start the agent in your application s main file.

try{
require('@sag_e2e/uhm-nodejs-agent').initialize("/home/saguser");  // The directory path where your config files are placed
}
catch (err){
    // handle by wmio
    }

logConfig.json should have the following defined: logLevel, maxsize, maxFiles

Logs are created under :

configDirectory/../logs

i.e if your config directory is /home/saguser/config

then logs will be at /home/saguser/logs

10.16.6

1 year ago

10.17.0

1 year ago

10.17.5

1 year ago

10.17.3

1 year ago

10.17.4

1 year ago

10.17.1

1 year ago

10.17.2

1 year ago

10.16.5

1 year ago

10.16.4

1 year ago

10.16.3

1 year ago

10.16.2

1 year ago

10.16.1

1 year ago

10.16.0

1 year ago

10.15.4

2 years ago

10.15.3

2 years ago

10.15.2

2 years ago

10.15.1

2 years ago

10.15.0

2 years ago

10.12.6

2 years ago

10.12.5

2 years ago

10.12.4

2 years ago

10.12.3

2 years ago

10.12.2

2 years ago

10.12.1

2 years ago

10.12.0

2 years ago

2.0.0

3 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago