forked from MindscapeHQ/raygun4js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
raygun4js.nuspec
26 lines (25 loc) · 1.61 KB
/
raygun4js.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>raygun4js</id>
<version>2.18.2</version>
<title>Raygun4js</title>
<authors>Mindscape Limited</authors>
<owners>Mindscape Limited</owners>
<licenseUrl>https://raw2.github.com/MindscapeHQ/raygun4js/master/LICENSE</licenseUrl>
<projectUrl>http://raygun.io/raygun-providers/javascript</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Official Raygun JavaScript module - automatic client-side error tracking for your web project</summary>
<description>Raygun4js is a tiny library that you can easily add to your website or web application, which will then let your site automatically transmit all Errors to your Raygun.io dashboard, where you can see the stack trace, environment data, custom data and more. Installation is painless, and configuring your site to transmit errors takes just a couple of minutes.</description>
<language>en-US</language>
<tags>raygun error tracking reporting logging</tags>
</metadata>
<files>
<file src="dist\raygun.js" target="content\scripts\raygun.js" />
<file src="dist\raygun.min.js" target="content\scripts\raygun.min.js" />
<file src="dist\raygun.min.js.map" target="content\scripts\raygun.min.js.map" />
<file src="dist\raygun.vanilla.js" target="content\scripts\raygun.vanilla.js" />
<file src="dist\raygun.vanilla.min.js" target="content\scripts\raygun.vanilla.min.js" />
<file src="dist\raygun.vanilla.min.js.map" target="content\scripts\raygun.vanilla.min.js.map" />
</files>
</package>