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
feat(database): add support for synchronous methods in DatabaseController
Enhance the DatabaseController to handle both asynchronous and
synchronous methods. Previously, only asynchronous methods were
wrapped with Sentry spans for monitoring. By checking if the original
method is asynchronous, the code now conditionally wraps it with
either an async or sync wrapper. This change increases the flexibility
of the DatabaseController, allowing it to support a wider range of
method types while maintaining error tracking and performance
monitoring capabilities.
0 commit comments