Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Remove duplicate browser detector
  • Loading branch information
dyladan committed Feb 5, 2025
commit a9d5a2df715361736f3e362ecc0af5b209f7d24b

This file was deleted.

1 change: 0 additions & 1 deletion packages/opentelemetry-resources/src/detectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* limitations under the License.
*/

export { browserDetector } from './BrowserDetector';
export { envDetector } from './EnvDetector';
export {
hostDetector,
Expand Down
1 change: 0 additions & 1 deletion packages/opentelemetry-resources/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
export { ResourceDetectionConfig } from './config';
export { detectResources } from './detect-resources';
export {
browserDetector,
envDetector,
hostDetector,
osDetector,
Expand Down
Loading