An error occurred while fetching this tab.
Event logs: allow logging URLs from all sourcegraph domains in local event logs
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: camdencheek
This updates the local event log URL redaction code to allow any URLs ending in sourcegraph.com to be logged. Note that when sending event logs to BigQuery, we redact all https://sourcegraph.com URLs so that private information isn't leaving the cluster, however that isn't a concern for local event logs.
Added unit test that documents a few cases of how this should work.
Push commits to the source branch or add previously merged commits to review them.