mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
44d0128f29
Choices for `stacktracing` are `NoStackTrace` / `FullStackTrace`. Adapt code so the selection is made by the original caller: - `engine` - `scenario-service` - `repl-service` - `daml-script` runner etc Currently, all callers pass `FullStackTrace` (the existing behaviour), except for the exploration dev-code: `daml-lf/interpreter/perf/src/main/scala/com/daml/lf/explore`. The idea is that once this control is in place, we can discuss if we can change how we might expose it to the user, and/or perhaps change the default behaviour to have `stacktracing` disabled. changelog_begin changelog_end |
||
---|---|---|
.. | ||
client | ||
protos | ||
server |