After following the docs and https://docs.sentry.io/platforms/javascript/guides/express/profiling/ once the profiling is enabled, a message gets shown saying: ``` [Sentry] express is not instrumented. This is likely because you required/imported express before calling `Sentry.init()`. ``` Also express instrumentation doesn't work. Once the profiling is disabled, express instrumentation works.