Skip to content

Commit 4ffeb18

Browse files
authored
feat: Document --raw flag on sentry-cli send-envelope (#6992)
1 parent 0e7165b commit 4ffeb18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/docs/product/cli/send-event.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ This argument can be also provided in the form of a glob, which will cause it to
8080
sentry-cli send-event "./events/*.json"
8181
```
8282

83+
If `send-event` is called with the `--raw` flag, the event will not be validated before being sent.
84+
85+
```bash
86+
sentry-cli send-event --raw ./events/20211029150006.json
87+
```
88+
8389
## Specifying Releases
8490

8591
Releases can be sent with the `--release` parameter. A default release is picked up automatically if you are using sentry-cli from within a git repository.

0 commit comments

Comments
 (0)