mirror of
https://github.com/denoland/deno.git
synced 2024-12-13 19:12:20 -05:00
38 lines
967 B
Text
38 lines
967 B
Text
|
error: Uncaught (in promise) Error: uncaught
|
||
|
throw new Error("uncaught");
|
||
|
^
|
||
|
at file:///[WILDCARD]/tests/specs/cli/otel_basic/uncaught.ts:2:7
|
||
|
{
|
||
|
"spans": [],
|
||
|
"logs": [
|
||
|
{
|
||
|
"timeUnixNano": "0",
|
||
|
"observedTimeUnixNano": "[WILDCARD]",
|
||
|
"severityNumber": 9,
|
||
|
"severityText": "INFO",
|
||
|
"body": {
|
||
|
"stringValue": "log 1\n"
|
||
|
},
|
||
|
"attributes": [],
|
||
|
"droppedAttributesCount": 0,
|
||
|
"flags": 0,
|
||
|
"traceId": "",
|
||
|
"spanId": ""
|
||
|
},
|
||
|
{
|
||
|
"timeUnixNano": "0",
|
||
|
"observedTimeUnixNano": "[WILDCARD]",
|
||
|
"severityNumber": 17,
|
||
|
"severityText": "ERROR",
|
||
|
"body": {
|
||
|
"stringValue": "error: Uncaught (in promise) Error: uncaught\nthrow new Error(\"uncaught\");\n ^\n at file:///[WILDCARD]/tests/specs/cli/otel_basic/uncaught.ts:2:7"
|
||
|
},
|
||
|
"attributes": [],
|
||
|
"droppedAttributesCount": 0,
|
||
|
"flags": 0,
|
||
|
"traceId": "",
|
||
|
"spanId": ""
|
||
|
}
|
||
|
]
|
||
|
}
|