rollbar / Rollbar.NET

Rollbar for .NET
https://docs.rollbar.com/docs/dotnet
MIT License
65 stars 44 forks source link

Move payload persistence into an optional module #559

Closed akornich closed 4 years ago

akornich commented 4 years ago

Currently, the payload persistence is implemented based on Sqlite. This unconditional dependency causes some issues to our users that may not be able to use unmanaged/native dlls within their runtime environments (for example, Azure Functions).

akornich commented 4 years ago

Relvant work items: #558, #529, #528, #523, #498, #485