UNPKG

restana

Version:

Super fast and minimalist web framework for building REST micro-services.

12 lines (9 loc) 181 B
'use strict' const apm = require('./apm-base') /** * Elastic APM custom instrumentation * * Supported features: * - route names */ module.exports = (options) => apm(options)