Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Aug 21, 2024
1 parent 2881819 commit d334a2b
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 d334a2b

Please sign in to comment.