Skip to content

Commit f5d79a0

Browse files
feature: includes the “SeqServerUrl” and ‘SentryDsn’ keys in the “Observability” section, allowing configuration via environment variables for integration with Seq and Sentry.
1 parent d51dc35 commit f5d79a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • Boundaries/Comanda.Orchestrator/Source/Comanda.Orchestrator.WebApi

Boundaries/Comanda.Orchestrator/Source/Comanda.Orchestrator.WebApi/appsettings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"PaymentsUrl": "${Settings__Downstream__PaymentsUrl}",
1313
"SubscriptionsUrl": "${Settings__Downstream__SubscriptionsUrl}",
1414
"OrdersUrl": "${Settings__Downstream__OrdersUrl}"
15+
},
16+
"Observability": {
17+
"SeqServerUrl": "${Settings__Observability__SeqServerUrl}",
18+
"SentryDsn": "${Settings__Observability__SentryDsn}"
1519
}
1620
},
1721
"Serilog": {

0 commit comments

Comments
 (0)