Commit 46b7214
authored
fix: Add example of
<!-- Use this checklist to make sure your PR is ready for merge. You may
delete any sections you don't need. -->
Original:
https://develop.sentry.dev/sdk/telemetry/attributes/
Vercel preview:
## DESCRIBE YOUR PR
Adds an example of the `array` type attribute, to avoid confusion about
needing to send `integer[]` as the type.
Defined in Relay:
https://github.com/getsentry/relay/blob/master/relay-event-schema/src/protocol/attributes.rs#L158
(added in getsentry/relay#5394 with [examples
here](https://github.com/getsentry/relay/pull/5394/changes#diff-59db6f882cc2165a2f15dccf0fb5600c27bccbd508620327834b62f6dd1499a4R683))
## IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [x] None: Not urgent, can wait up to 1 week+
## SLA
- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!
## PRE-MERGE CHECKLIST
*Make sure you've checked the following before merging your changes:*
- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)array attribute to telemetry attributes (#15994)1 parent f03d108 commit 46b7214
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
27 | 35 | | |
28 | 36 | | |
| |||
86 | 94 | | |
87 | 95 | | |
88 | 96 | | |
89 | | - | |
| |||
0 commit comments