José Sá

Results 9 comments of José Sá

We have a long process and for error handling, instrumentation is created manually with ``` DD_TRACE_GENERATE_ROOT_SPAN=false ``` and then ``` $tracer = DDTrace\GlobalTracer::get(); $tracer->startActiveSpan() ``` On each process we want...

I gave a quick look and the biggest issue seems to be the lack of consistent place to get this information. For example, for SQS: ``` request.Params.QueueUrl ``` has the...

I gave this another look and one thing that I wonder is the lack of options in `aws` package integration. `WrapSession` options are limited and `Send` has the `StartSpanOption` hardcoded....

Anyway, kind of worked around it with: ``` awsSession.Handlers.Send.PushFrontNamed(request.NamedHandler{ Name: "InitSQSClientDD", Fn: addQueueUrl, }) func addQueueUrl(req *request.Request) { span, ok := tracer.SpanFromContext(req.Context()) if !ok { return } metaValue := reflect.ValueOf(req.Params).Elem()...

My pet peeve with the logger is that is Global on package level. This means that is not possible to associate errors with contexts, requests or anything like it. So...

Also seeing this. Using the Play/Pause button on a FireTV 4K does nothing since the latest release.

Ok, so I never built an android app before and have no clue about Android development but yesterday and today I spent a bit of time and hammered it enough...

Getting the same error. Here is the console output: Running `3.13.1` ``` chunk.88a82e3….js:2 TypeError: Cannot read properties of undefined (reading 'currentTarget') at ToolkitReports._removeToolkitReports (ynab-toolkit.js:58513:36) at HTMLAnchorElement. (ynab-toolkit.js:58495:87) at HTMLAnchorElement.dispatch (vendor.299ea9b18495c…44678b5.js:26:39199)...

If it happens when you turn the toolkit off, them is probably not a problem with the extension. Have you tried to click on "Today"? Does it go to August?...