File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -597,6 +597,23 @@ in JSON.
597
597
598
598
* None*
599
599
600
+ ### Profile Chunk
601
+
602
+ Item type ` "profile_chunk" ` . This Item contains a profile_chunk (profile sample format V2) payload encoded
603
+ in JSON.
604
+
605
+ ** Constraints:**
606
+
607
+ * None*
608
+
609
+ ** Envelope Headers:**
610
+
611
+ * None*
612
+
613
+ ** Additional Item Headers:**
614
+
615
+ * None*
616
+
600
617
### Check-Ins
601
618
602
619
Item type ` "check_in" ` contains a check-in payload encoded as JSON.
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ It's suggested to remove unnecessary data like thread data without samples from
291
291
## Ingestion
292
292
293
293
After this payload is generated, serialize it as JSON, pack it into an
294
- [ Envelope] ( /sdk/envelopes/ ) with the item type ` profile_chunk ` and send
294
+ [ Envelope] ( /sdk/envelopes/ ) with the item type [ ` profile_chunk ` ] ( /sdk/envelopes/#profile-chunk ) and send
295
295
it to Relay.
296
296
297
297
This envelope should look like this:
You can’t perform that action at this time.
0 commit comments