• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • oneapm.js
  • fix bug
    b530e0fa
    by 沈志敏
    2016-11-18 17:55:54 +0800  
    Browse Files
oneapm.js 340 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/**
 * OneAPM agent configuration
 */

const commonConfig = require('./config/common');

exports.config = {
    app_name: [commonConfig.appName],
    license_key: 'BwEGA1dRDlQ6357HHQ1AD1xJVkbc9fNfWRtQUwhQG41c5QFWGFIDSQoHc0e8AgMaUlcUVw0=',
    logging: {
        level: 'info'
    },
    transaction_events: {
        enabled: true
    }
};