Socket
Socket
Sign inDemoInstall

@dynatrace/dtrum-api-types

Package Overview
Dependencies
0
Maintainers
8
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dynatrace/dtrum-api-types

Typescript types for Dynatrace jsagents dtrum api.


Version published
Maintainers
8
Created

Readme

Source

Dynatrace Dtrum Api Types

This package contains the Typescript type information for the Dtrum Api of the javascript agent.

Keep in mind that when the javascript agent is updated, this type package might not provide accurate types. Version: 1.223.5

Installation

npm install --save-dev @dynatrace/dtrum-api-types

Usage examples

import "@dynatrace/dtrum-api-types";

if (window.dtrum) {
    window.dtrum.identifyUser("exampleId");
} else {
    // handle missing dtrum api
}
import "@dynatrace/dtrum-api-types";
import { ResourceSummaryTypes } from '@dynatrace/dtrum-api-types';

if (window.dtrum) {
    window.dtrum.startThirdParty(ResourceSummaryTypes.IMAGES, "..../img.jpg");
} else {
    // handle missing dtrum api
}

Keywords

FAQs

Last updated on 23 Aug 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc