Skip to content

Commit

Permalink
Merge branch 'fn/allow-disable-sidecar' into fn/prerelease-addEnvelope
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Aug 21, 2024
2 parents 1f789d0 + d334a2b commit b029921
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class SentryDataCache {
setSidecarUrl(url: string) {
if (!url) {
this.contextLinesProvider = null;
return;
}

const { origin } = new URL(url);
Expand Down

0 comments on commit b029921

Please sign in to comment.