damjack / elm-newrelic-nreum / NewRelic.NREUM.AddRelease

Adds a unique name and ID to identify releases with multiple JavaScript bundles on the same page. In browser monitoring, a release is a way to tag errors with information about what version of your application is currently running. This is useful for sites where shared components are owned by different teams, or multiple applications are deployed independently but run on the same page.

Configuration


type AddRelease

AddRelease type

Configuration Methods

init : String -> String -> AddRelease

Build Nreum AddRelease with releaseName and realeaseVersion

Encoding

encode : AddRelease -> Json.Encode.Value

Convert Nreum AddRelease to JSON