123456 |
- {
- "html": "<div class=\"section\" id=\"platform-and-language-support\">\n<h2>Platform and Language Support</h2>\n<p>Minidumps are currently supported for <strong>Windows, macOS and Linux</strong>. There is no\nlimitation as to which programming language can be used. Sentry can also\ndemangle symbols from the following languages; other languages will show the\nmangled name instead:</p>\n<ul class=\"simple\">\n<li>C and C++</li>\n<li>ObjectiveC and ObjectiveC++</li>\n<li>Swift</li>\n<li>Rust</li>\n</ul>\n</div>\n\n\n<div class=\"section\" id=\"creating-and-uploading-minidumps\">\n<span id=\"minidump-integration\"></span><h2>Creating and Uploading Minidumps</h2>\n<p>Depending on your operating system and programming language, there are various\nalternatives to create minidumps and upload them to Sentry. See the following\nresources for libraries that support generating minidump crash reports:</p>\n<div class=\"toctree-wrapper compound\">\n<ul>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"https://docs.getsentry.com/hosted/clients/minidump/breakpad/\">Google Breakpad</a></li>\n<li class=\"toctree-l1\"><a class=\"reference internal\" href=\"https://docs.getsentry.com/hosted/clients/minidump/crashpad/\">Google Crashpad</a></li>\n</ul>\n</div>\n<p>If you have already integrated a library that generates minidumps and would just\nlike to upload them to Sentry, you need to configure the <em>Minidump Endpoint\nURL</em>, which can be found at <em>Project Settings > Client Keys (DSN)</em>. This\nendpoint expects a <code class=\"docutils literal\"><span class=\"pre\">POST</span></code> request with the minidump in the\n<code class=\"docutils literal\"><span class=\"pre\">upload_file_minidump</span></code> field:</p>\n<div class=\"code shell highlight-python\"><div class=\"highlight\" style=\"background: #ffffff\"><pre style=\"line-height: 125%\"><span></span>$ curl -X POST \\\n '___MINIDUMP_URL___' \\\n -F upload_file_minidump=@mini.dmp\n</pre></div>\n</div>\n<p>To send additional information, simply add more form fields to this request. For\na full description of fields accepted by Sentry, see <a class=\"reference internal\" href=\"#minidump-additional\"><span>Passing Additional Data</span></a>.</p>\n</div>\n",
- "link": "https://docs.getsentry.com/hosted/clients/minidump/",
- "id": "minidump",
- "name": "Minidump"
- }
|