/** * Telemetry ESLint Rules * * Lint rules for enforcing telemetry best practices: * - no-forbidden-attributes: Prevents Tier 1 data in Tier 2 paths * - no-direct-otel-sdk: Enforces use of telemetry bootstrap */ export { noForbiddenTelemetryAttributes, noDirectOtelSdk, telemetryRules, FORBIDDEN_ATTRIBUTE_PATTERNS, } from './forbidden-attributes.js'; //# sourceMappingURL=index.d.ts.map