Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Large HTTP Payload
description: 'Learn more about Large HTTP Payload issues, how to diagnose and fix them.'
description: "Learn more about Large HTTP Payload issues, how to diagnose and fix them."
sidebar_order: 30
og_image: >-
/og-images/product-issues-issue-details-performance-issues-large-http-payload.png
Expand Down Expand Up @@ -31,9 +31,7 @@ You can find additional information about your Large HTTP Payload problem by fou
- **Large HTTP Payload Span:** The large HTTP span, usually containing the asset url.
- **Payload Size:** The size of the payload in bytes.

![Large HTTP payload span evidence](./img/span-evidence.png)

View it by going to the **Issues** page in Sentry, selecting your project, clicking on the Large HTTP Payload issue you want to examine, then scrolling down to the "Span Evidence" section in the "Details" tab.
View it by going to the **Issues** page in Sentry, selecting your project, clicking on the Large HTTP Payload issue you want to examine, then scrolling down to the "Span Evidence" section.

## Fixing Large HTTP Payload Issues

Expand Down
Loading