Class ErrorHandlerInstrumentation.ErrorAdvice
java.lang.Object
com.vaadin.extension.instrumentation.server.ErrorHandlerInstrumentation.ErrorAdvice
- Enclosing class:
- ErrorHandlerInstrumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonEnter(com.vaadin.flow.server.ErrorEvent event, io.opentelemetry.context.Context context, io.opentelemetry.context.Scope scope)
-
Constructor Details
-
ErrorAdvice
public ErrorAdvice()
-
-
Method Details
-
onEnter
@OnMethodEnter(suppress=java.lang.Throwable.class) public static void onEnter(@Argument(0) com.vaadin.flow.server.ErrorEvent event, @Local("otelContext") io.opentelemetry.context.Context context, @Local("otelScope") io.opentelemetry.context.Scope scope)
-