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.
AddRelease type
init : String -> String -> AddRelease
Build Nreum AddRelease with releaseName and realeaseVersion
encode : AddRelease -> Json.Encode.Value
Convert Nreum AddRelease to JSON