Open
Description
Right now in the Remix SDK there is support for OTEL and non-OTEL based instrumentation. This is controlled by the autoInstrumentRemix
, which defaults to false
, but is set to true
in our docs onboarding snippet/wizard.
We should evaluate if we want to change this default in, or even go OTEL-only for v9.
My personal opinion is that we should remove the autoInstrumentRemix
option`, and only support OTEL based instrumentation going forward.
Activity