mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
feat(otel): added otel, persist settings to db, present user with the telemetry preferences & add privacy tab to settings (#318)
* feat(otel): added otel, persist settings to db, present user with the telemetry preferences & add privacy tab to settings * updated telemetry endpoint * add protected subdomains for chat deploy * removed unused dependencies * add execution telemetry logs for workflow-level and block-level logs, acknowledged PR comments
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -65,4 +65,12 @@ docs/.contentlayer
|
||||
docs/.content-collections
|
||||
|
||||
# database instantiation
|
||||
**/postgres_data/
|
||||
**/postgres_data/
|
||||
|
||||
# file uploads
|
||||
uploads/
|
||||
|
||||
# collector configuration
|
||||
collector-config.yaml
|
||||
docker-compose.collector.yml
|
||||
start-collector.sh
|
||||
|
||||
Reference in New Issue
Block a user