Skip to content

Commit

Permalink
fix: enable open telemetry for all envs (#131)
Browse files Browse the repository at this point in the history
I attempted to reproduce the issue described in
[#176](storacha/project-tracking#176) but was
unsuccessful. As a result, I am re-enabling OpenTelemetry for all
environments where it was previously disabled due to this issue.
  • Loading branch information
fforbeck authored Nov 26, 2024
1 parent b135643 commit c822465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ command = "npm run build"
MAX_SHARDS = "825"
FF_RATE_LIMITER_ENABLED = "false"
FF_EGRESS_TRACKER_ENABLED = "true"
FF_TELEMETRY_ENABLED = "false"
FF_TELEMETRY_ENABLED = "true"
GATEWAY_SERVICE_DID = "did:web:staging.w3s.link"
UPLOAD_SERVICE_DID = "did:web:staging.web3.storage"
CONTENT_CLAIMS_SERVICE_URL = "https://staging.claims.web3.storage"
Expand Down Expand Up @@ -131,7 +131,7 @@ r2_buckets = [
DEBUG = "true"
FF_RATE_LIMITER_ENABLED = "false"
FF_EGRESS_TRACKER_ENABLED = "true"
FF_TELEMETRY_ENABLED = "false"
FF_TELEMETRY_ENABLED = "true"
GATEWAY_SERVICE_DID = "did:web:staging.w3s.link"
UPLOAD_SERVICE_DID = "did:web:staging.web3.storage"
CONTENT_CLAIMS_SERVICE_URL = "https://staging.claims.web3.storage"
Expand Down

0 comments on commit c822465

Please sign in to comment.