There was an error while loading. Please reload this page.
1 parent 27ea586 commit 0c0b758Copy full SHA for 0c0b758
1 file changed
dev-packages/bundler-plugin-integration-tests/fixtures/sentry-stub/index.cjs
@@ -6,8 +6,7 @@
6
* The real CLI talks to Sentry over HTTP. In these tests we only care about *which* commands the
7
* bundler plugin issues and with what arguments, so this stub records each call to
8
* `sentry-cli-mock.json` (under `SENTRY_TEST_OUT_DIR`) as a flat CLI-style argument array and
9
- * resolves without doing any network work. This mirrors the previous approach of patching
10
- * `@sentry/cli`'s `execute()` to dump its args.
+ * resolves without doing any network work.
11
*/
12
13
const fs = require('fs');
0 commit comments