Skip to content

Commit 494700a

Browse files
committed
fix: add skipRcUrlCheck to send-envelope deprecation shim
Prevents HostScopeError from masking the deprecation message when a .sentryclirc file is present.
1 parent b70175e commit 494700a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/send-envelope.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const sendEnvelopeCommand = buildCommand({
1717
"Use `sentry event send --raw ./captured.envelope` instead.",
1818
},
1919
auth: false,
20+
skipRcUrlCheck: true,
2021
output: {
2122
human: () => "",
2223
},

0 commit comments

Comments
 (0)