Class SentryScopeConfigurer
java.lang.Object
com.github._1c_syntax.bsl.languageserver.aop.sentry.SentryScopeConfigurer
@Component
@ConditionalOnBean(name="sentryHub")
@DependsOn("sentryHub")
public class SentryScopeConfigurer
extends Object
Конфигуратор данных Sentry.
Наполняет данные информацией о приложении и пользователе.
-
Constructor Summary
ConstructorsConstructorDescriptionSentryScopeConfigurer
(ServerInfo serverInfo, io.sentry.spring.boot.jakarta.SentryProperties sentryProperties) -
Method Summary
-
Constructor Details
-
SentryScopeConfigurer
@ConstructorProperties({"serverInfo","sentryProperties"}) public SentryScopeConfigurer(ServerInfo serverInfo, io.sentry.spring.boot.jakarta.SentryProperties sentryProperties)
-
-
Method Details
-
init
-