var client = new SentryClientBrowser(
SentryDsn.fromString('https://[email protected]/1')
);
client.write(new SentryPacket());
var client = new SentryClientServer(
SentryDsn.fromString('https://[email protected]/1')
);
client.write(new SentryPacket());