captureMessage only works once

Hi,

I have a couple of Sentry.captureMessage() in my code and they all work as expected: I see the traces in the network tab of Chrome devtools and I see the issues on Sentry’s website.

But each of them only work the first time.
Any subsequent call does nothing at all (no trace in devtools and, obvioulsy, no issue).

I initialize a scope via initialScope at startup and then use withScope for each message.

What did I miss?

I’d really need to understand this behaviour.

I can provide more details if needed.
Feel free to ask.

Thanks,