Jaskaranbir Dhillon

Results 10 comments of Jaskaranbir Dhillon

You sure you are using python2? Because python3 is not supported by build scripts....

When it says the part "Please enter these commands manually" (or similar), open a new instance of terminal and enter the said commands. After that close that new terminal instance...

Thanks for the response @dashpole. I see that StackTrace constitutes the StackFrame here: https://github.com/googleapis/go-genproto/blob/01dd62135a58/googleapis/devtools/cloudtrace/v2/trace.pb.go#L1226 With my limited context, is it still as complex if the client can be expected to...

So it'll display in the TraceUI as multiple tags for now? That sounds good enough as starting point to me.

The limit does make sense. Referring back to a previous comment about having a defined contract for stacktrace, would it be an option to have provisions, based on some configurable...

I was thinking about an implementation where the formatted stacktrace is structured and added as a tag containing JSON data. The JSON structure could even be what V1 API uses...

Sorry, was busy in last few days. Though I think some major languages already seem to include stacktrace parsers to an extent. For example, [Go](https://go.dev/src/internal/trace/parser.go), [Ruby](https://stackoverflow.com/questions/3829157/how-to-get-a-stack-trace-object-in-ruby), [Dotnet](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.stacktrace?view=net-6.0), JavaScript (albit with...

Finally had the chance to try this out. Though adding the `exception.stacktrace` attribute didnt quite work, it just adds a `/stacktrace` label in UI with clipped stacktrace text (same result...

Can we please get this moving forward? There's also https://github.com/hashicorp/vagrant/pull/9439, but it too requires @wiltaylor's signature on CLA, and it seems he hasn't been as active on GitHub recently. I...