This is an example of an instrumented Sequelize app, originally based on code from https://github.com/sequelize/express-example
Get it running:
- Copy sample.env to .env
- Edit .env to add your New Relic ingest key, and any other desired changes.
- Start with
docker-compose up --build
.