Skip to content

Commit e7f7c23

Browse files
committed
Upgraded to the latest version of TraceKit
Bumped the version to 1.0.1
1 parent d28b86f commit e7f7c23

8 files changed

+1180
-1163
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ Use one of the below methods to install exceptionless into your web app.
1919
```
2020

2121
##### CDN
22-
We will be adding cdn support in the near future.
22+
1. Add the following script to your page.
23+
```html
24+
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.0.1/dist/exceptionless.js"></script>
25+
```
2326

2427
#### Node.js
2528
Use this method to install exceptionless into your node app.
@@ -183,9 +186,9 @@ client.config.serverUrl = 'http://localhost:50000';
183186

184187
## Getting Started (Development)
185188

186-
The JavaScript client can be installed via [bower](http://bower.io/search/?q=exceptionless), [npm](https://www.npmjs.com/package/exceptionless) or cdn. If you need help, please contact us via in-app support or [open an issue](https://github.com/exceptionless/Exceptionless.JavaScript/issues/new). We’re always here to help if you have any questions!
189+
The JavaScript client can be installed via [bower](http://bower.io/search/?q=exceptionless), [npm](https://www.npmjs.com/package/exceptionless) or CDN. If you need help, please contact us via in-app support or [open an issue](https://github.com/exceptionless/Exceptionless.JavaScript/issues/new). We’re always here to help if you have any questions!
187190

188-
**This section is for development purposes only! If you are trying to use the Exceptionless JavaScript libraries, please get them from bower, npm or the cdn.**
191+
**This section is for development purposes only! If you are trying to use the Exceptionless JavaScript libraries, please get them from bower, npm or the CDN.**
189192

190193
1. You will need to clone this repo.
191194
2. Install [Node.js](https://nodejs.org). _We only use node for our build and test processes._

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceptionless",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache",
66
"main": "dist/exceptionless.js",

0 commit comments

Comments
 (0)