Skip to content

Commit 507a888

Browse files
committed
feat: Clean up TS attribute generation
1 parent 6076dc0 commit 507a888

File tree

8 files changed

+1973
-999
lines changed

8 files changed

+1973
-999
lines changed

model/attributes/messaging/messaging__message__receive__latency.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"key": "messaging.message.receive.latency",
33
"brief": "The latency between when the message was published and received.",
4-
"type": "number",
4+
"type": "integer",
55
"pii": {
66
"key": "false"
77
},

model/attributes/sentry/sentry__sample_rate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"key": "sentry.sample_rate",
33
"brief": "The sample rate of the span.",
4-
"type": "number",
4+
"type": "double",
55
"pii": {
66
"key": "false"
77
},

0 commit comments

Comments
 (0)