curl --request POST \
--url 'https://api.flashcat.cloud/sourcemap/stack/enrich?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"type": "browser",
"service": "<string>",
"stack": "<string>",
"binary_images": [
{
"uuid": "<string>",
"name": "<string>",
"is_system": true,
"load_address": "<string>",
"max_address": "<string>",
"arch": "<string>"
}
],
"version": "<string>",
"near": 10,
"build_id": "<string>",
"Variant": "<string>"
}
'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"frames": [
{
"function": "<string>",
"converted": true,
"file": "<string>",
"line": 123,
"column": 123,
"class_name": "<string>",
"method_name": "<string>",
"module": "<string>",
"address": "<string>",
"offset": 123,
"native_address": "<string>",
"third_party": true,
"code_snippets": [
{
"line": 123,
"code": "<string>"
}
],
"minified": {
"file": "<string>",
"function": "<string>",
"line": 123,
"column": 123
}
}
]
}
}curl --request POST \
--url 'https://api.flashcat.cloud/sourcemap/stack/enrich?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"type": "browser",
"service": "<string>",
"stack": "<string>",
"binary_images": [
{
"uuid": "<string>",
"name": "<string>",
"is_system": true,
"load_address": "<string>",
"max_address": "<string>",
"arch": "<string>"
}
],
"version": "<string>",
"near": 10,
"build_id": "<string>",
"Variant": "<string>"
}
'{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"frames": [
{
"function": "<string>",
"converted": true,
"file": "<string>",
"line": 123,
"column": 123,
"class_name": "<string>",
"method_name": "<string>",
"module": "<string>",
"address": "<string>",
"offset": 123,
"native_address": "<string>",
"third_party": true,
"code_snippets": [
{
"line": 123,
"code": "<string>"
}
],
"minified": {
"file": "<string>",
"function": "<string>",
"line": 123,
"column": 123
}
}
]
}
}sourcemap类型
browser, android, ios, react native, flutter 服务名称
原始错误栈
(仅iOS)运行信息
显示 子属性
服务版本号
返回前后多少行代码
1 <= x <= 20(仅Android)构建ID, Gradle plugin >= 1.13.0
(仅Android)变量,Gradle plugin 老版本
此页面对您有帮助吗?