getsentry / sentry-elixir

The official Elixir SDK for Sentry (sentry.io)
https://sentry.io
MIT License
627 stars 185 forks source link

Move source code maps to ETS #777

Closed whatyouhide closed 3 months ago

whatyouhide commented 3 months ago

Part of fixing #773 is to move the source maps—which can be really big—out of persistent term and into ETS. persistent_term is copied over to every process, so while faster, in this case it causes the whole system to be a bit too memory hungry.