Rocky_Mountain_Vending/.pnpm-store/v10/files/5e/94d4fda38890a2cb6da20fe5cf612695058175492a6d9bcf9bebbff3855a3311be9803c47b17428f1d19ba079034bdc25cc80e64ab81432a619861b6226f2e
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

9 lines
No EOL
347 B
Text

/**
* https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/http.md
*/
export declare enum AttributeNames {
HTTP_ERROR_NAME = "http.error_name",
HTTP_ERROR_MESSAGE = "http.error_message",
HTTP_STATUS_TEXT = "http.status_text"
}
//# sourceMappingURL=AttributeNames.d.ts.map