You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the Exceptionless Client will report all available metadata including potential PII data.
245
245
You can fine tune the collection of information via Data Exclusions or turning off collection completely.
246
246
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)
248
248
for detailed information on how to configure the client to meet your requirements.
249
249
250
250
## Support
251
251
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!
253
253
254
254
## Contributing
255
255
256
256
If you find a bug or want to contribute a feature, feel free to create a pull request.
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).
266
266
267
-
```sh
268
-
npm install
269
-
```
267
+
```sh
268
+
npm install
269
+
```
270
270
271
271
4. Build the project by running the following gulp command.
272
272
273
-
```sh
274
-
npm run build
275
-
```
273
+
```sh
274
+
npm run build
275
+
```
276
276
277
277
5. Test the project by running the following gulp command.
278
278
279
-
```sh
280
-
npm run test
281
-
```
279
+
```sh
280
+
npm run test
281
+
```
282
282
283
283
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.
0 commit comments