Skip to content

Commit 244ee68

Browse files
committed
Fixed last redirects
1 parent be956db commit 244ee68

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

develop-docs/application/feedback-architecture.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ the [User Feedback Widget](https://docs.sentry.io/product/user-feedback/#user-fe
2020
to the JavaScript SDK. It allows adding more information, for example tags,
2121
release, url, etc.
2222

23-
`USER_REPORT_ENVELOPE`: [The older format](https://develop.sentry.dev/sdk/data-model/envelopes/#user-feedback) with name/email/comments, that requires
23+
`USER_REPORT_ENVELOPE`: [The older format](https://develop.sentry.dev/sdk/data-model/envelope-items/#user-feedback) with name/email/comments, that requires
2424
`event_id` to link a Sentry error event.
2525

2626
`USER_REPORT_DJANGO_ENDPOINT`: [The deprecated Web API](https://docs.sentry.io/api/projects/submit-user-feedback/)
@@ -139,7 +139,7 @@ Simplified diagram:
139139

140140
### Envelopes
141141

142-
User reports are also sent to Relay in [envelope format](https://develop.sentry.dev/sdk/data-model/envelopes/#user-feedback).
142+
User reports are also sent to Relay in [envelope format](https://develop.sentry.dev/sdk/data-model/envelope-items/#user-feedback).
143143
**This item type is misleadingly called “user feedback” in some of our docs, but the
144144
item header will read `"user_report"`.**
145145

develop-docs/sdk/telemetry/profiles/sample-format-v1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ It's suggested to remove unnecessary data like thread data without samples from
390390

391391
After this payload is generated, serialize it as JSON, pack it into the same
392392
[Envelope](/sdk/data-model/envelopes/) as the associated transaction with the item type
393-
[`profile`](/sdk/data-model/envelopes/#profile) and send it to Relay.
393+
[`profile`](/sdk/data-model/envelope-items/#profile) and send it to Relay.
394394

395395
This envelope should look like this:
396396

develop-docs/sdk/telemetry/profiles/sample-format-v2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ It's suggested to remove unnecessary data like thread data without samples from
283283

284284
After this payload is generated, serialize it as JSON, pack it into an
285285

286-
[Envelope](/sdk/data-model/envelopes/) with the item type [`profile_chunk`](/sdk/data-model/envelopes/#profile-chunk) and send
286+
[Envelope](/sdk/data-model/envelopes/) with the item type [`profile_chunk`](/sdk/data-model/envelope-items/#profile-chunk) and send
287287

288288
it to Relay.
289289

0 commit comments

Comments
 (0)