We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a63a2 commit 88a71e3Copy full SHA for 88a71e3
docs/apm/api.asciidoc
@@ -503,6 +503,16 @@ The following APIs are available:
503
* <<rum-sourcemap-get>>
504
* <<rum-sourcemap-delete>>
505
506
+[float]
507
+[[limit-sourcemap-api]]
508
+==== Max payload size
509
+
510
+{kib}'s maximum payload size is 1mb.
511
+If you attempt to upload a source map that exceeds the max payload size, you will get a `413` error.
512
513
+Before uploading source maps that exceed this default, change the maximum payload size allowed by {kib}
514
+with the <<server-maxPayload,`server.maxPayload`>> variable.
515
516
[float]
517
[[use-sourcemap-api]]
518
==== How to use APM APIs
0 commit comments