Skip to content

Commit

Permalink
Deprecate OpenTelemetry Browser Extension Autoinjection in registry (#…
Browse files Browse the repository at this point in the history
…4710)

Co-authored-by: Tiffany Hrabusa <[email protected]>
  • Loading branch information
svrnm and tiffany76 authored Jun 19, 2024
1 parent 9ed7149 commit 73959ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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
3 changes: 2 additions & 1 deletion data/registry/tools-browser-extension-for-opentelemetry.yml
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

0 comments on commit 73959ba

Please sign in to comment.