chore: permanently delete opentelemetry-browser-extension-autoinjection #2661
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This package was archived in #2285, the code no logner builds and contains legacy/deprecated patterns that will stop working with SDK 2.0, which we have no intention to fix.
Added a link to the last snapshot of the code for those who are looking to reference the archived code.
Uses this GitHub-specific markdown annotation.
I found this while working on #2645, specifically this usage:
https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/archive/opentelemetry-browser-extension-autoinjection/src/instrumentation/WebInstrumentation.ts#L45-L81
Since the caller passes in an already-instantiated provider, this cannot be easily fixed. In any case, we clearly have no intention to release a new version of this package so it's a bit moot.
The intention was to freeze the code, but it's annoying that it comes up in the search for these type of migrations/refactor efforts. Looking at the commit history, it was already updated a handful of times by similar efforts despite the stated intention to keep the code frozen.
In #2285, @blumamir said:
...and @pichlermarc said...
I agree with @blumamir so here I am finishing the job 😀