Skip to content

Commit

Permalink
fix: error used
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi authored Jan 16, 2025
1 parent 767aa12 commit 7636452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatadogLoggingService.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class DatadogLoggingService extends NewRelicLoggingService {
datadogRum.addFeatureFlagEvaluation(key, value);
});
} catch (error) {
sendError("Failed to send feature flags data for evaluation", {})
sendError(`Failed to send feature flags data for evaluation due to this error: ${error}`, {})

Check failure on line 81 in src/DatadogLoggingService.js

View workflow job for this annotation

GitHub Actions / tests

Missing semicolon
}

datadogLogs.init({
Expand Down

0 comments on commit 7636452

Please sign in to comment.