10.16.6 • Published 3 years ago

@builtioflow/uhm-nodejs-agent v10.16.6

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

�� ## Build Use ubuntu 18.0.4 for building. Windows and centos 7 build is currently not working javascript 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/@sage2e/uhm-nodejs-agent. *SAGe2e 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: javascript 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 @sage2e/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. `javascript try{ require('@sage2e/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

3 years ago

10.17.0

3 years ago

10.17.5

3 years ago

10.17.3

3 years ago

10.17.4

3 years ago

10.17.1

3 years ago

10.17.2

3 years ago

10.16.5

3 years ago

10.16.4

3 years ago

10.16.3

3 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

4 years ago

10.12.5

4 years ago

10.12.4

4 years ago

10.12.3

4 years ago

10.12.2

4 years ago

10.12.1

4 years ago

10.12.0

4 years ago

2.0.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago