Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,12 @@ This version comes with the bare minimum amount of features and functionalities

Click here for a [Type Error Fixed Guideline](https://microsoft.github.io/ApplicationInsights-JS/ExtensionErrorSteps)

## Notification

### Error Handler

The SDK's error handler will send the error stack trace **without encryption**. This provides full visibility into errors for diagnostics and troubleshooting, but be aware that sensitive information might be included in error messages or stack traces.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The SDK's error handler will send the error stack trace **without encryption**, could this be rephrased as - The SDK's error handler will send the unencrypted error stack trace. OR The SDK's error handler will send the error stack trace in an unencrypted format.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rads-1996 I believe the original is more direct, and easier to catch the information at a glance. Any reason to rephrase?


## Build a new extension for the SDK

The SDK supports the ability to include multiple extensions at runtime. In order to create a new extension, please implement the following interface:
Expand Down
Loading