Skip to content

josephgroves/appsignal-nodejs

This branch is 7 commits ahead of, 733 commits behind appsignal/appsignal-nodejs:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 2, 2022
Aug 10, 2022
Feb 1, 2022
May 23, 2022
Mar 8, 2022
Mar 8, 2022
May 10, 2022
Jul 8, 2021
Aug 11, 2021
Feb 7, 2022
Jan 24, 2020
Jan 24, 2020
Aug 11, 2021
Apr 13, 2022
Jan 24, 2020
May 18, 2022
Jun 2, 2022
Jun 2, 2022
Dec 8, 2021
Jul 18, 2022
Mar 8, 2022
Jan 23, 2020
Nov 12, 2020

Repository files navigation

AppSignal for Node.js

Build Status code style: prettier

Installation

Please follow our installation guide in our documentation.

Development

Installation

This repository is a mono-managed monorepo, containing packages (located in the /packages directory) that map to separate npm modules.

First install mono on your local machine by following the mono installation steps.

Then install the dependencies and prepare the project for development use using mono:

mono bootstrap

You can then run the following to start the compiler in watch mode.

mono run npm run build:watch --parallel

You can also build the library without watching the directory:

mono build

Version management configuration is provided for asdf.

Testing

The tests for this library use Jest as the test runner. Once you've installed the dependencies, you can run the following command in the root of this repository to run the tests for all packages, or in the directory of a package to run only the tests pertaining to that package:

mono test

Versioning

This repo uses Semantic Versioning (often referred to as semver). Each package in the repository is versioned independently from one another.

Contributing

Thinking of contributing to this repo? Awesome! πŸš€

Please follow our Contributing guide in our documentation and follow our Code of Conduct.

Also, we would be very happy to send you Stroopwafels. Have look at everyone we send a package to so far on our Stroopwafels page.

Support

Contact us and speak directly with the engineers working on AppSignal. They will help you get set up, tweak your code and make sure you get the most out of using AppSignal.

About

🟩 AppSignal for Node.js

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 71.9%
  • JavaScript 11.6%
  • C++ 8.2%
  • Ruby 6.9%
  • Shell 1.2%
  • Python 0.2%