Skip to content

Commit 3baea4d

Browse files
committed
#187 Added GDPR text to readme.
1 parent 5ecd511 commit 3baea4d

File tree

12 files changed

+102
-4
lines changed

12 files changed

+102
-4
lines changed

src/Exceptionless/Extensions/ExceptionlessConfigurationExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public static void UseReferenceIds(this ExceptionlessConfiguration config) {
129129
config.AddPlugin<ReferenceIdPlugin>();
130130
}
131131

132-
133132
/// <summary>
134133
/// Reads the <see cref="ExceptionlessAttribute" /> and <see cref="ExceptionlessSettingAttribute" />
135134
/// from the passed in assembly.

src/Exceptionless/readme.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ You can get your Exceptionless api key by logging into http://exceptionless.io
1515
and viewing your project configuration page.
1616

1717
-------------------------------------
18-
.NET Core && Portable Class Library (PCL) Integration
18+
General Data Protection Regulation
19+
-------------------------------------
20+
By default the Exceptionless Client will report all available metadata including potential PII data.
21+
You can fine tune the collection of information via Data Exclusions or turning off collection completely.
22+
23+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Configuration#general-data-protection-regulation
24+
for detailed information on how to configure the client to meet your requirements.
25+
26+
-------------------------------------
27+
.NET Core && Portable Class Library (PCL) Integration
1928
-------------------------------------
2029
This library is platform agnostic and is compiled against different runtimes. Depending on the
2130
referenced runtime, Exceptionless will attempt to wire up to available error handlers and attempt to
@@ -33,7 +42,7 @@ Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Se
3342
for examples on sending events to Exceptionless.
3443

3544
-------------------------------------
36-
.NET Framework (Legacy) Integration
45+
.NET Framework (Legacy) Integration
3746
-------------------------------------
3847
If your project has an app.config file, the Exceptionless NuGet package
3948
will automatically configure your app.config with the required config sections.
@@ -65,6 +74,6 @@ the following method.
6574
exception.ToExceptionless().Submit()
6675

6776
-------------------------------------
68-
Documentation and Support
77+
Documentation and Support
6978
-------------------------------------
7079
Please visit http://exceptionless.io for documentation and support.

src/Platforms/Exceptionless.AspNetCore/readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ The Exceptionless client requires an api key to use the Exceptionless service.
1414
You can get your Exceptionless api key by logging into http://exceptionless.io
1515
and viewing your project configuration page.
1616

17+
-------------------------------------
18+
General Data Protection Regulation
19+
-------------------------------------
20+
By default the Exceptionless Client will report all available metadata including potential PII data.
21+
You can fine tune the collection of information via Data Exclusions or turning off collection completely.
22+
23+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Configuration#general-data-protection-regulation
24+
for detailed information on how to configure the client to meet your requirements.
25+
1726
-------------------------------------
1827
ASP.NET Core Integration
1928
-------------------------------------

src/Platforms/Exceptionless.Extensions.Logging/readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ The Exceptionless client requires an api key to use the Exceptionless service.
1414
You can get your Exceptionless api key by logging into http://exceptionless.io
1515
and viewing your project configuration page.
1616

17+
-------------------------------------
18+
General Data Protection Regulation
19+
-------------------------------------
20+
By default the Exceptionless Client will report all available metadata including potential PII data.
21+
You can fine tune the collection of information via Data Exclusions or turning off collection completely.
22+
23+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Configuration#general-data-protection-regulation
24+
for detailed information on how to configure the client to meet your requirements.
25+
1726
-------------------------------------
1827
Microsoft.Extensions.Logging Integration
1928
-------------------------------------

src/Platforms/Exceptionless.Log4net/readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ The Exceptionless client requires an api key to use the Exceptionless service.
1414
You can get your Exceptionless api key by logging into http://exceptionless.io
1515
and viewing your project configuration page.
1616

17+
-------------------------------------
18+
General Data Protection Regulation
19+
-------------------------------------
20+
By default the Exceptionless Client will report all available metadata including potential PII data.
21+
You can fine tune the collection of information via Data Exclusions or turning off collection completely.
22+
23+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Configuration#general-data-protection-regulation
24+
for detailed information on how to configure the client to meet your requirements.
25+
1726
-------------------------------------
1827
log4net Integration
1928
-------------------------------------

src/Platforms/Exceptionless.Mvc/readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ The Exceptionless client requires an api key to use the Exceptionless service.
1414
You can get your Exceptionless api key by logging into http://exceptionless.io
1515
and viewing your project configuration page.
1616

17+
-------------------------------------
18+
General Data Protection Regulation
19+
-------------------------------------
20+
By default the Exceptionless Client will report all available metadata including potential PII data.
21+
You can fine tune the collection of information via Data Exclusions or turning off collection completely.
22+
23+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Configuration#general-data-protection-regulation
24+
for detailed information on how to configure the client to meet your requirements.
25+
1726
-------------------------------------
1827
ASP.NET Integration
1928
-------------------------------------

src/Platforms/Exceptionless.NLog/readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ The Exceptionless client requires an api key to use the Exceptionless service.
1414
You can get your Exceptionless api key by logging into http://exceptionless.io
1515
and viewing your project configuration page.
1616

17+
-------------------------------------
18+
General Data Protection Regulation
19+
-------------------------------------
20+
By default the Exceptionless Client will report all available metadata including potential PII data.
21+
You can fine tune the collection of information via Data Exclusions or turning off collection completely.
22+
23+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Configuration#general-data-protection-regulation
24+
for detailed information on how to configure the client to meet your requirements.
25+
1726
-------------------------------------
1827
NLog Integration
1928
-------------------------------------

src/Platforms/Exceptionless.Nancy/readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ The Exceptionless client requires an api key to use the Exceptionless service.
1414
You can get your Exceptionless api key by logging into http://exceptionless.io
1515
and viewing your project configuration page.
1616

17+
-------------------------------------
18+
General Data Protection Regulation
19+
-------------------------------------
20+
By default the Exceptionless Client will report all available metadata including potential PII data.
21+
You can fine tune the collection of information via Data Exclusions or turning off collection completely.
22+
23+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Configuration#general-data-protection-regulation
24+
for detailed information on how to configure the client to meet your requirements.
25+
1726
-------------------------------------
1827
Nancy Integration
1928
-------------------------------------

src/Platforms/Exceptionless.Web/readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ The Exceptionless client requires an api key to use the Exceptionless service.
1414
You can get your Exceptionless api key by logging into http://exceptionless.io
1515
and viewing your project configuration page.
1616

17+
-------------------------------------
18+
General Data Protection Regulation
19+
-------------------------------------
20+
By default the Exceptionless Client will report all available metadata including potential PII data.
21+
You can fine tune the collection of information via Data Exclusions or turning off collection completely.
22+
23+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Configuration#general-data-protection-regulation
24+
for detailed information on how to configure the client to meet your requirements.
25+
1726
-------------------------------------
1827
ASP.NET Integration
1928
-------------------------------------

src/Platforms/Exceptionless.WebApi/readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ The Exceptionless client requires an api key to use the Exceptionless service.
1414
You can get your Exceptionless api key by logging into http://exceptionless.io
1515
and viewing your project configuration page.
1616

17+
-------------------------------------
18+
General Data Protection Regulation
19+
-------------------------------------
20+
By default the Exceptionless Client will report all available metadata including potential PII data.
21+
You can fine tune the collection of information via Data Exclusions or turning off collection completely.
22+
23+
Please visit the wiki https://github.com/exceptionless/Exceptionless.Net/wiki/Configuration#general-data-protection-regulation
24+
for detailed information on how to configure the client to meet your requirements.
25+
1726
-------------------------------------
1827
ASP.NET Web Api Integration
1928
-------------------------------------

0 commit comments

Comments
 (0)