exception.stacktrace
Stablestringas of v1.44.0
A stacktrace as a string in the natural representation for the language runtime. The representation is to be determined and documented by each language SIG.
Examples
- Exception in thread "main" java.lang.RuntimeException: Test exception\n at com.example.GenerateTrace.methodB(GenerateTrace.java:13)\n at com.example.GenerateTrace.methodA(GenerateTrace.java:9)\n at com.example.GenerateTrace.main(GenerateTrace.java:5)
Used by
events (14)
- app.crash
- db.client.operation.exception
- exception
- faas.invocation.exception
- gen_ai.client.operation.exception
- http.client.request.exception
- http.server.request.exception
- messaging.create.exception
- messaging.process.exception
- messaging.receive.exception
- messaging.send.exception
- messaging.settle.exception
- rpc.client.call.exception
- rpc.server.call.exception
* required on that signal.
History
Already present at v1.30.0, the oldest release tracked here (stable).