mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
b58c11605c
- With the Metrics module inside nylas-core, and bc of our current lerna setup, we required other modules like sequelize and redis before requiring newrelic, thus preventing them from being properly instrumented
12 lines
228 B
JSON
12 lines
228 B
JSON
{
|
|
"name": "nylas-metrics",
|
|
"version": "0.0.1",
|
|
"description": "Metrics package",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"newrelic": "^1.28.1",
|
|
"signalfx": "^3.0.1"
|
|
},
|
|
"author": "Nylas",
|
|
"license": "ISC"
|
|
}
|