Tracing changes were in <https://github.com/pulumi...
# general
g
Tracing changes were in https://github.com/pulumi/pulumi/pull/3238. You can write tracing data to a file with
pulumi up --tracing=file:./out.trace
and then view the data with
PULUMI_DEBUG_COMMANDS=true pulumi view-trace out.trace
.