Skip to content

Commit 5a44ecc

Browse files
committed
Bump version and update readme
1 parent b9c04db commit 5a44ecc

9 files changed

+26
-26
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The definition of the word exceptionless is: to be without exception. Exceptionl
1111
## Show me the code!
1212

1313
```html
14-
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.6.3/dist/exceptionless.min.js"></script>
14+
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.6.4/dist/exceptionless.min.js"></script>
1515
<script>
1616
var client = exceptionless.ExceptionlessClient.default;
1717
client.config.apiKey = 'API_KEY_HERE';
@@ -51,7 +51,7 @@ Use one of the following methods to install Exceptionless.js into your browser a
5151
Add the following script to your page:
5252

5353
```html
54-
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.6.3/dist/exceptionless.min.js"></script>
54+
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.6.4/dist/exceptionless.min.js"></script>
5555
```
5656

5757
- **Bower:**
@@ -244,41 +244,41 @@ client.config.serverUrl = 'http://localhost:5000';
244244
By default the Exceptionless Client will report all available metadata including potential PII data.
245245
You can fine tune the collection of information via Data Exclusions or turning off collection completely.
246246

247-
Please visit the [wiki](https://github.com/exceptionless/Exceptionless.JavaScript/wiki/Configuration#general-data-protection-regulation)
247+
Please visit the [docs](https://exceptionless.com/docs/clients/javascript/client-configuration/#general-data-protection-regulation)
248248
for detailed information on how to configure the client to meet your requirements.
249249

250250
## Support
251251

252-
If you need help, please contact us via in-app support, [open an issue](https://github.com/exceptionless/Exceptionless.JavaScript/issues/new) or [join our chat on gitter](https://gitter.im/exceptionless/Discuss). We’re always here to help if you have any questions!
252+
If you need help, please contact us via in-app support, [open an issue](https://github.com/exceptionless/Exceptionless.JavaScript/issues/new) or [join our chat on Discord](https://discord.gg/6HxgFCx). We’re always here to help if you have any questions!
253253

254254
## Contributing
255255

256256
If you find a bug or want to contribute a feature, feel free to create a pull request.
257257

258258
1. Clone this repository:
259259

260-
```sh
261-
git clone https://github.com/exceptionless/Exceptionless.JavaScript.git
262-
```
263-
2. Install [Node.js](https://nodejs.org). Node is used for building and testing purposes.
260+
```sh
261+
git clone https://github.com/exceptionless/Exceptionless.JavaScript.git
262+
```
264263

265-
3. Install [tsd](https://github.com/DefinitelyTyped/tsd) and [gulp](http://gulpjs.com) and the development dependencies using [npm](https://www.npmjs.com).
264+
2. Install [Node.js](https://nodejs.org). Node is used for building and testing purposes.
265+
3. Install [gulp](http://gulpjs.com) and the development dependencies using [npm](https://www.npmjs.com).
266266

267-
```sh
268-
npm install
269-
```
267+
```sh
268+
npm install
269+
```
270270

271271
4. Build the project by running the following gulp command.
272272

273-
```sh
274-
npm run build
275-
```
273+
```sh
274+
npm run build
275+
```
276276

277277
5. Test the project by running the following gulp command.
278278

279-
```sh
280-
npm run test
281-
```
279+
```sh
280+
npm run test
281+
```
282282

283283
During development, you can use relative paths to require Exceptionless, e.g. `require('./dist/exceptionless.node.js')` when you are running Node.js from the git root directory.
284284

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceptionless",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache-2.0",
66
"main": "dist/exceptionless.js",

dist/exceptionless.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.node.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.universal.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/exceptionless.universal.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceptionless",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache-2.0",
66
"browser": "dist/exceptionless.js",

0 commit comments

Comments
 (0)