UNPKG

opentelemetry-instrumentation-typeorm

Version:

open telemetry instrumentation for the `typeorm` module

8 lines 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExtendedDatabaseAttribute = void 0; var ExtendedDatabaseAttribute; (function (ExtendedDatabaseAttribute) { ExtendedDatabaseAttribute["DB_STATEMENT_PARAMETERS"] = "db.statement.parameters"; })(ExtendedDatabaseAttribute || (exports.ExtendedDatabaseAttribute = ExtendedDatabaseAttribute = {})); //# sourceMappingURL=types.js.map