Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 294 Bytes

File metadata and controls

9 lines (7 loc) · 294 Bytes

This is an example of an instrumented Sequelize app, originally based on code from https://github.com/sequelize/express-example

Get it running:

  1. Copy sample.env to .env
  2. Edit .env to add your New Relic ingest key, and any other desired changes.
  3. Start with docker-compose up --build.