hmdhk

Results 52 comments of hmdhk

A possible solution is to document this snippet!

Thanks for your suggestion @danieljuhl ! We already have separated the code for error logging and performance monitoring which should facilitate this request. Although at this point we don't have...

We should investigate exposing an api for users to be able to capture this,(or document addLable and user timings)

OpenTracing API has a timestamp on spans, currently we convert that into relative times for the spans and ignore the timestamp. This is mostly for edge cases where an advanced...

@vigneshshanmugam , The differences are mentioned in their docs (linked above), more specifically: > When you use component (instead of render or children, below) the router uses React.createElement to create...

Meeting: - We should add a test to verify the difference explain in the react-router docs - We should add test from #924 - We should add to documents how...

@jasonslater2000 , the example `` is how this is supposed to work, but as I mentioned it's not tested so it might have issues. Using onload is fine but it...

The reverse proxy approach currently only works if the token is store in the cookies which is sent by the browser to server on the same origin. So if the...

Options: 1. A way of doing this as feature instead of breaking change would be to only add new values. 2. Adding new config option that only disables transaction and/or...

We can investigate using `await client.send('HeapProfiler.collectGarbage')` to force garbage collection before and after sending (multiple transactions) and compare the memory residue.