Remove note about 40M SourceMap Limit#13499
Merged
Conversation
Noone can point to where such a limit is actually defined if we indeed have one. At least for the supported `sentry-cli` based SourceMap upload flow. It is quite possible that the 40M limit refers to the legacy "single release file upload" endpoints which are deprecated and rarely used, and we would rather work towards removing those endpoints altogether.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Bundle ReportChanges will decrease total bundle size by 15 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-server-cjsAssets Changed:
view changes for bundle: sentry-docs-client-array-pushAssets Changed:
|
Contributor
|
Thanks for taking care of this. We do have a customer claiming to run into this limit though, we should make sure that's cleared up before undocumenting it. |
loewenheim
approved these changes
Apr 28, 2025
codyde
added a commit
that referenced
this pull request
Apr 29, 2025
* 'master' of https://github.com/getsentry/sentry-docs: fix(native): add another `crashpad` benefit on macOS to the backend tradeoffs (#13535) chore(develop): Update frontend router testing guidance (#13538) Bump API schema to 1bf27325 (#13537) Fix HTTP headers section in data collected for Java and Android SDK (#13530) Add "Data Collected" page for Unreal Engine SDK (#13532) feat(seer): Update seer docs (#13448) Add an FAQ to trace propagation cheat sheet (#13528) Remove note about 40M SourceMap Limit (#13499) docs(js): Create SvelteKit Quick Start guide (Wizard setup) (#13480) add godot and maui to platforms with screenshot (#13493)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Noone can point to where such a limit is actually defined if we indeed have one.
At least for the supported
sentry-clibased SourceMap upload flow. It is quite possible that the 40M limit refers to the legacy "single release file upload" endpoints which are deprecated and rarely used, and we would rather work towards removing those endpoints altogether.While working on this, I noticed that the 3 files I touched are pretty much ~90% the same. I don’t know enough about the docs to maybe work towards merging those pages, so I didn’t touch that.