exceptionless / Exceptionless.JavaScript

Exceptionless JavaScript client
http://exceptionless.com
Apache License 2.0
59 stars 24 forks source link

Saving large amounts of events will cause server settings to be lost. #19

Closed niemyjski closed 9 years ago

niemyjski commented 9 years ago

This occurs because the InMemoryStorage has a max size of 250 items... So if you queue a large amount of events, this will cause the server settings to be lost as the first item is removed.

@ejsmith I think this is also a bug with the .net client.

ejsmith commented 9 years ago

This really isn't a problem since it's only going to happen with the in memory implementation which will get reset when the app restarts anyway.