diff --git a/ElementX/SupportingFiles/secrets.xcconfig b/ElementX/SupportingFiles/secrets.xcconfig index b292d5e692..ef84fb8992 100644 --- a/ElementX/SupportingFiles/secrets.xcconfig +++ b/ElementX/SupportingFiles/secrets.xcconfig @@ -19,14 +19,3 @@ // MARK: - MapLibre MAPLIBRE_API_KEY = your_key - -// MARK: - OTLP Tracing - -// URLs need special treatment to work properly in xcconfig files -// https://stackoverflow.com/a/36297483/730924 -// i.e. make sure to use https:/$()/ in the scheme in the stored secret -OTLP_TRACING_URL = otlp_endpoint - -OTLP_TRACING_USERNAME = otlp_username -OTLP_TRACING_PASSWORD = otlp_password -