AppSignal v2.2.0 Release Notes

    • ๐Ÿ‘Œ Support Ruby 2.4 better. PR #234
    • ๐ŸŽ‰ Initial setup for documenting the Ruby gem's code. PR #243
    • Move running_in_container auto detection to extension for easy reuse. PR #249
    • ๐Ÿ‘ Allow overriding of action and namespace for a transaction. PR #254
    • ๐Ÿ”ง Prefix all agent configuration environment variables with an underscore to separate the two usages. PR #258
    • ๐Ÿ‘ฎ Force agent to run in diagnostic mode even when the user config is set to active: false. PR #260
    • Stub JS error catching endpoint when not active. PR #263
    • ๐Ÿ‘‰ Use better event names for Padrino integration. PR #265
    • ๐Ÿ›ฐ No longer gzip payloads send by the Ruby gem transmitter. PR #269
    • ๐Ÿšฆ Send diagnostics data report to AppSignal on request. PR #270
    • ๐Ÿ›ฐ When JS exception endpoint payload is empty return 400 code. PR #271
    • โœ‚ Remove hardcoded DNS servers from agent and add config option. PR #278