We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70175e commit 494700aCopy full SHA for 494700a
1 file changed
src/commands/send-envelope.ts
@@ -17,6 +17,7 @@ export const sendEnvelopeCommand = buildCommand({
17
"Use `sentry event send --raw ./captured.envelope` instead.",
18
},
19
auth: false,
20
+ skipRcUrlCheck: true,
21
output: {
22
human: () => "",
23
0 commit comments