Skip to content

Commit

Permalink
chore: Add additional context to comment
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Stankiewicz <agstanki@gmail.com>
  • Loading branch information
jsnwesson and adamstankiewicz committed Jul 16, 2024
1 parent deebed0 commit 6ec7e31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DatadogLoggingService.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ class DatadogLoggingService extends NewRelicLoggingService {
this.initialize();
}

// to read more about the use cases for beforeSend
// to read more about the use cases for beforeSend, refer to the documentation:
// https://docs.datadoghq.com/real_user_monitoring/guide/enrich-and-control-rum-data/?tab=event#event-and-context-structure
// (e.g., discarding frontend errors matching the optional `IGNORED_ERROR_REGEX` configuration,
// currently implemented in `logError` below).
beforeSend() {
// common/shared logic across all MFEs
return true;
Expand Down

0 comments on commit 6ec7e31

Please sign in to comment.