Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "index"

Index

Classes

Type aliases

Variables

Object literals

Type aliases

LogrocketOptions

LogrocketOptions: { apiKey: string; path: string; release: string; urlPrefix?: string }

Type declaration

  • apiKey: string

    log rocket api key

  • path: string

    path of directory to upload source map files from

  • release: string

    release version

  • Optional urlPrefix?: string

    url-prefix option to the upload command matching the path relative to the hostname

Variables

Const exec

exec: __promisify__ = promisify(childProcess.exec)

Object literals

Const ERROR_MESSAGES

ERROR_MESSAGES: object

missingRequiredParam

  • missingRequiredParam(param: string): string
  • Parameters

    • param: string

    Returns string

Generated using TypeDoc