New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eclipse-che/workspace-telemetry-client

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/workspace-telemetry-client

This is a client for telemetry REST API.

0.0.1-1685523760
latest
Source
npm
Version published
Maintainers
4
Created
Source

Telemetry client

This is a client for telemetry REST API.

Examples

REST API client

import TelemetryClient from '@dfatwork-pkgs/workspace-telemetry-client';

const telemetryClient = new TelemetryClient();
// notify activity
const promise = telemetryClient.activity({userId: 'anExampleOfUserId'});
promise.then(() => {
    // activity has been notified
});

License

EPL-2

FAQs

Package last updated on 31 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts