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 494b5af commit 77cf17eCopy full SHA for 77cf17e
sentry-options/schemas/snuba/schema.json
@@ -1,11 +1,11 @@
1
{
2
- "version": "1.0",
3
- "type": "object",
4
- "properties": {
5
- "consumer.use_item_timestamp": {
6
- "type": "boolean",
7
- "default": false,
8
- "description": "whether or not to use received or timestamp on an item event"
9
- }
+ "version": "1.0",
+ "type": "object",
+ "properties": {
+ "consumer.use_item_timestamp": {
+ "type": "boolean",
+ "default": false,
+ "description": "true to use the item timestamp, false for the received timestamp"
10
}
11
+}
0 commit comments