Skip to content

Distributed tracing on New Relic using Electron and Open Telemetry

Notifications You must be signed in to change notification settings

thegibi/electron-opentelemetry-newrelic-app

Repository files navigation

electron-opentelemetry-newrelic-app

An Electron application with React and TypeScript

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux