feat(servicedefaults): add SeqOptions configuration and integrate with OpenTelemetry logging and tracing

This commit is contained in:
Stevan Freeborn
2026-03-11 18:52:05 -05:00
parent e30f19e939
commit 64c64e8d95
6 changed files with 66 additions and 3 deletions
+6 -1
View File
@@ -23,5 +23,10 @@
"ClientId": "ClientId",
"Secret": "Secret",
"Webhook": "Webhook"
},
"SeqOptions": {
"ServerUrl": "ServerUrl",
"ApiKeyHeader": "ApiKeyHeader",
"ApiKey": "ApiKey"
}
}
}