Daniel
Daniel
Putting `"strict": true` in tsconfig.json causes a lot of warnings/errors, not just type related ones, but ones such as "X is possibly undefined" and "X is possibly null" switching to...
We decided to implement our own support and moved to keycloak...
If RLS is still this broken, maybe they should just go back and use racer then. Ugh.
Still not working for me. Can not go to definitions for external projects...
Well when we view tracing info on the website, it shows the percent of time spent in auto-instrumented code. We use the default settings. ``` yaml # This configuration file...
It looks like auto_instrument defaults to false, so I don't know what it is doing then... From the docs: auto_instruments | Instrument custom code with AutoInstruments. | false -- |...
It looks like we turn it on programmatically. ScoutApm::Context.add({ station: data_query_context.queried_points.first.station.id }) By adding this line to various code paths
Okay, yes, it looks like we do have it turned on via the env var.
I just added SCOUT_AUTO_INSTRUMENTS=true before running our tests, and seeing errors in the exact same spot ``` SyntaxError: /home/danieljoyce/git/tesla/projects/tesla-site/app/controllers/live_data_controller.rb:33: syntax error, unexpected '{', expecting `then' or ';' or '\n' ...ert'"]){singular_values.all?}...
Producing minimal test case...