This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Type definitions for NewRelicBrowser v1026 | |
// Project: https://docs.newrelic.com/docs/browser/new-relic-browser/browser-agent-spa-api | |
// Definitions by: Piotr Kubisa <https://gist.github.com/piotrkubisa/4a1cc7355afcec46651a896d59ec8d50> | |
declare var newrelic: NewRelicBrowser; | |
interface NewRelicBrowser { | |
addPageAction(name: string, attributes: any): void; | |
addRelease(release_name: string, release_id: string): void; | |
addToTrace(custom_object: any): void; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Type definitions for NewRelicBrowser v1026 | |
// Project: https://docs.newrelic.com/docs/browser/new-relic-browser/browser-agent-spa-api | |
// Definitions by: Piotr Kubisa <https://gist.github.com/piotrkubisa/4a1cc7355afcec46651a896d59ec8d50> | |
declare var newrelic: NewRelicBrowser; | |
interface NewRelicBrowser { | |
addPageAction(name: string, attributes: any): void; | |
addRelease(release_name: string, release_id: string): void; | |
addToTrace(custom_object: any): void; |