10.16.6 • Published 2 years ago

@builtioflow/uhm-nodejs-agent v10.16.6

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years 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

2 years ago

10.17.0

2 years ago

10.17.5

2 years ago

10.17.3

2 years ago

10.17.4

2 years ago

10.17.1

2 years ago

10.17.2

2 years ago

10.16.5

2 years ago

10.16.4

2 years ago

10.16.3

2 years ago

10.16.2

3 years ago

10.16.1

3 years ago

10.16.0

3 years ago

10.15.4

3 years ago

10.15.3

3 years ago

10.15.2

3 years ago

10.15.1

3 years ago

10.15.0

3 years ago

10.12.6

3 years ago

10.12.5

3 years ago

10.12.4

3 years ago

10.12.3

3 years ago

10.12.2

3 years ago

10.12.1

3 years ago

10.12.0

3 years ago

2.0.0

4 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago