Skip to content

Commit

Permalink
Discard changes to src/plugins/_core/noTrack.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated authored Jun 30, 2024
1 parent 68925db commit 7274df1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/_core/noTrack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ export default definePlugin({
}
}));

Reflect.deleteProperty(Function.prototype, "g");
Reflect.deleteProperty(Object.prototype, cacheExtractSym);
Reflect.deleteProperty(window, "DiscordSentry");
return { exports: {} };
Expand All @@ -131,7 +130,6 @@ export default definePlugin({

set() {
new Logger("NoTrack", "#8caaee").error("Failed to disable Sentry. Falling back to deleting window.DiscordSentry");
Reflect.deleteProperty(Function.prototype, "g");
Reflect.deleteProperty(window, "DiscordSentry");
}
});
Expand Down

0 comments on commit 7274df1

Please sign in to comment.