We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac283a1 commit 1f1f619Copy full SHA for 1f1f619
backend/commons/src/main/java/org/sonarsource/sonarlint/core/commons/monitoring/MonitoringService.java
@@ -75,6 +75,7 @@ SentryOptions getSentryConfiguration() {
75
sentryOptions.addInAppInclude("org.sonarsource.sonarlint");
76
sentryOptions.setTracesSampleRate(getTracesSampleRate());
77
addCaptureIgnoreRule(sentryOptions, "(?s)com\\.sonar\\.sslr\\.api\\.RecognitionException.*");
78
+ addCaptureIgnoreRule(sentryOptions, "(?s)com\\.sonar\\.sslr\\.impl\\.LexerException.*");
79
sentryOptions.setBeforeSend(MonitoringService::scrubPii);
80
sentryOptions.setBeforeSendTransaction(MonitoringService::scrubPii);
81
return sentryOptions;
0 commit comments