We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2df35 commit 40177d5Copy full SHA for 40177d5
scripts/setup-azure.sh
@@ -80,7 +80,8 @@ setup_config() {
80
configure_langfuse
81
82
# Configure SigNoz deployment (optional)
83
- configure_otel
+ # TODO: reenable signoz configuration once it is fixed
84
+ # configure_otel
85
}
86
87
# Function to validate configuration
scripts/setup-local.sh
@@ -28,7 +28,8 @@ setup_config() {
28
29
30
31
32
33
34
35
# Function to verify setup
0 commit comments