JS Sdk - Capturs before init lost?

I was doing a test to see what happens to captures before Sentry.init happens, it seems they are lost, is this true? I did test of:

Sentry.captureMessage('foo');
await delay(5000);
Sentry.init(...);