You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Right now in the Remix SDK there is support for OTEL and non-OTEL based instrumentation. This is controlled by the
autoInstrumentRemix
, which defaults tofalse
, but is set totrue
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.The text was updated successfully, but these errors were encountered: