chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-18 15:21:48 +00:00
parent 078d8a07cf
commit dd8c424806
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ const headers = Flag.OTEL_EXPORTER_OTLP_HEADERS
)
: undefined
export function resource(): { serviceName: string, serviceVersion: string, attributes: Record<string, string> } {
export function resource(): { serviceName: string; serviceVersion: string; attributes: Record<string, string> } {
const processMetadata = ensureProcessMetadata("main")
const attributes: Record<string, string> = (() => {
const value = process.env.OTEL_RESOURCE_ATTRIBUTES