Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix: 1MB limit is after decompression (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
jredmond-sentry authored Aug 29, 2023
1 parent 3c04c0b commit 56302f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/sdk/event-payloads/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Event Payloads
---

Events are the fundamental data that clients, often through the use of an SDK, send
to the Sentry server. Event payload size limit is 1 MiB.
to the Sentry server. Event payload size limit is 200KB compressed and 1 MB decompressed.

The API endpoint on the Sentry server where event payloads are sent is
`/api/{PROJECT_ID}/store/`.
Expand Down

1 comment on commit 56302f6

@vercel
Copy link

@vercel vercel bot commented on 56302f6 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

develop – ./

develop-git-master.sentry.dev
develop.sentry.dev

Please sign in to comment.