Something went wrong on our end. Please try again.
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.