Skip to content

ref: Bump and document attachment size limits #1913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 22, 2020

Conversation

jan-auer
Copy link
Member

@jan-auer jan-auer commented Jul 21, 2020

Size limits for attachments are now at 100MB. Additionally, this PR adds more information on size limits to the Native SDK and Attachments page.

See getsentry/relay#671
See getsentry/develop#90

@jan-auer jan-auer requested review from tonyo and PeloWriter July 21, 2020 18:35
@jan-auer jan-auer self-assigned this Jul 21, 2020
@jan-auer jan-auer force-pushed the ref/attachment-size-limits branch from fa1b642 to e6349e5 Compare July 21, 2020 18:37
@jan-auer jan-auer requested a review from Swatinem July 21, 2020 18:46
Copy link
Contributor

@PeloWriter PeloWriter left a comment

Choose a reason for hiding this comment

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

Thank you.

The size of Minidumps can vary between a few kilobytes and many megabytes.
Contributing factors are the number of threads, size of stack space, and the
number of heap memory regions referenced from the stack. Sentry limits Minidump
uploads to _100MB_ and drops all larger requests.
Copy link
Member

Choose a reason for hiding this comment

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

is it worth mentioning decompressed size here as well?

Copy link
Contributor

Choose a reason for hiding this comment

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

100MB is decompressed limit, and it probably makes sense to link to the compressed limit too somehow? (here and in enriching-error-data/attachments/index.mdx)

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, you're right. We should probably mention both limits. Let me update this.

@jan-auer jan-auer merged commit 10367e7 into master Jul 22, 2020
@jan-auer jan-auer deleted the ref/attachment-size-limits branch July 22, 2020 09:27
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants