-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Milestone
Description
Description
As preparation for OTEL v2 we need to do the following:
- Make sure we don't re-export any OTEL TS declarations in any way shape or form because they will bump to 5.6ish which is way above our desired pain threshold for our users. The only way we can stay compatible is if our .d.ts files don't reference any
@opentelemetry/*
packages at all. If we do so, we need to deprecate them immediately.