You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment CDI beans are traced by adding @Traced annotation. I think we could provide a way to enable automatic tracing. It issue might be that there would be too many CDI beans e.g. from the frameworks and container so we should think how to scope it down. For example trace only beans from the app package. Or trace beans matching specific package name.
The text was updated successfully, but these errors were encountered:
At the moment CDI beans are traced by adding
@Traced
annotation. I think we could provide a way to enable automatic tracing. It issue might be that there would be too many CDI beans e.g. from the frameworks and container so we should think how to scope it down. For example trace only beans from the app package. Or trace beans matching specific package name.The text was updated successfully, but these errors were encountered: