umbrellio / lamian

Lamian is an extension to exception notification system, which helps to add logs of current request/job to the exception report
MIT License
8 stars 2 forks source link

Add sentry_log_size_limit config param #18

Closed tycooon closed 5 years ago

tycooon commented 5 years ago

It turns out that sentry has 200 KB limit for all events (see https://docs.sentry.io/clients/javascript/usage/) So we only send first 500k characters (should work after gzipping in most cases).

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d43bab770ca49d464beac17daa80eb6f20f42201 on add-sentry-log-limit into ff5efd48b72b362d57288e1bff21b0f1ceff52c3 on master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling d43bab770ca49d464beac17daa80eb6f20f42201 on add-sentry-log-limit into ff5efd48b72b362d57288e1bff21b0f1ceff52c3 on master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling bd6e86318ae1539965b251eeb6b9e17d832ab5a3 on add-sentry-log-limit into ff5efd48b72b362d57288e1bff21b0f1ceff52c3 on master.

JelF commented 5 years ago

Wait, if you want me to release it bump version please.

JelF commented 5 years ago

Released