Skip to content

Latest commit

 

History

History

sequelize-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.