UNPKG

pinpoint-node-agent

Version:
17 lines (13 loc) 279 B
/** * Pinpoint Node.js Agent * Copyright 2020-present NAVER Corp. * Apache License v2.0 */ 'use strict' const AnnotationKeyProperty = { VIEW_IN_RECORD_SET: 'VIEW_IN_RECORD_SET', ERROR_API_METADATA: 'ERROR_API_METADATA', } module.exports = { AnnotationKeyProperty, }