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>
9 lines
No EOL
347 B
Text
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 |