Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate OpenTelemetry Browser Extension Autoinjection in registry #4710

Merged
merged 3 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion data/registry/tools-browser-extension-autoinjection.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# cSpell:ignore firefox autoinjection
# cSpell:ignore firefox autoinjection browserextension
title: OpenTelemetry Browser Extension Autoinjection
registryType: utilities
language: js
tags:
- js
- browser
- web-ext
- browserextension # for search to only find browser extensions and not other types of extensions
- browser-extension
- chrome-extension
- firefox-extension
Expand All @@ -15,6 +16,11 @@ description: >
This browser extension allows you to inject OpenTelemetry instrumentation in
any web page. It uses the Web SDK and can export data to Zipkin or an
OpenTelemetry Collector.
deprecated:
reason:
This browser extension is permanently deprecated. [Other browser extensions
are available that provide similar
functionality](/ecosystem/registry/?component=utilities&s=browserextension).

authors:
- name: OpenTelemetry Authors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# cSpell:ignore firefox autoinstrumentation Autoinjection Brockman
# cSpell:ignore firefox autoinstrumentation Autoinjection Brockman browserextension
title: Browser Extension for OpenTelemetry
registryType: utilities
language: js
tags:
- js
- browser
- web-ext
- browserextension # for search to only find browser extensions and not other types of extensions
- browser-extension
- chrome-extension
- firefox-extension
Expand Down