File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ Destinations to which [development data](./customize/deep-dives/development-data
406
406
- `destination` (**required**) : The destination/endpoint that will receive the data. Can be:
407
407
- an HTTP endpoint that will receive a POST request with a JSON blob
408
408
- a file URL to a directory in which events will be dumpted to `.jsonl` files
409
- - `schema` (**required**) : the schema version of the JSON blobs to be sent
409
+ - `schema` (**required**) : the schema version of the JSON blobs to be sent. Options include `0.1.0` and `0.2.0`
410
410
- `events` : an array of event names to include. Defaults to all events if not specified.
411
411
- `level` : a pre-defined filter for event fields. Options include `all` and `noCode`; the latter excludes data like file
412
412
contents, prompts, and completions. Defaults to `all`
You can’t perform that action at this time.
0 commit comments