[docs] Explain max payload size in RUM source map docs (#165732)

## Summary

Closes https://github.com/elastic/observability-docs/issues/3021.
This commit is contained in:
Brandon Morelli 2023-09-12 08:22:08 -07:00 committed by GitHub
parent aeb26bd19d
commit ddf1db09f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -503,6 +503,16 @@ The following APIs are available:
* <<rum-sourcemap-get>>
* <<rum-sourcemap-delete>>
[float]
[[limit-sourcemap-api]]
==== Max payload size
{kib}'s maximum payload size is 1mb.
If you attempt to upload a source map that exceeds the max payload size, you will get a `413` error.
Before uploading source maps that exceed this default, change the maximum payload size allowed by {kib}
with the <<server-maxPayload,`server.maxPayload`>> variable.
[float]
[[use-sourcemap-api]]
==== How to use APM APIs