All Versions
156
Latest Version
Avg Release Cycle
9 days
Latest Release
-

Changelog History
Page 16

  • v0.10.0 Changes

    • ๐Ÿšฆ Check Appsignal.started?/1 in TransactionRegistry.lookup/2 (#54)
    • ๐Ÿ”ง Various configuration fixes (#55)
    • Use APPSIGNAL_APP_ENV instead of APPSIGNAL_ENVIRONMENT (#56)
    • ๐Ÿ”Š The agent logs to STDOUT on Heroku (#60)
    • โž• Add a transcation decorator (#62)
    • โšก๏ธ Update agent to 5f0c552 (#64)
    • 0๏ธโƒฃ Enable host metrics by default (#66)
    • DataEncoder.encode/2 handles tuples (#68)
    • ๐Ÿšฆ Registry.register/1 returns nil if Appsignal is not started (#70)
    • ๐Ÿšฆ Appsignal.Transaction.set_error/4 handles unformatted stacktraces (#72)
    • ๐Ÿ›  Fix missing paren warnings in Elixir 1.4 (#59)
    • โž• Add support to refs and pids inside payloads (#57)
    • โž• Add centos/redhat support for agent installation (#48)
  • v0.9.2 Changes

    • ๐Ÿ›  Fix Makefile for spaces in path names
    • Set APPSIGNAL_IGNORE_ACTIONS from config (#41)
    • ๐Ÿ“‡ Send metadata in Appsignal.ErrorHandler.submit_transaction/6 (#40)
    • โž• Add a section suggesting active: false in test env (#35)
  • v0.9.1 Changes

    • ๐Ÿšฆ Appsignal.Helpers has been moved to Appsignal.Instrumentation.Helpers
  • v0.9.0 Changes

    • โœ‚ Remove instrumentation macros, switch to decorators
    • ๐Ÿ“š Update channel decorators documentation
    • ๐Ÿ“š Documentation on instrumentation decorators
    • Let Appsignal.{set_gauge, add_distribution_value} accept integers (#31)
    • ๐Ÿšฆ Implement Appsignal.send_error (#29)
    • โž• Add documentation for filtered parameters (#28)
    • ๐Ÿšฆ Appsignal.Utils.ParamsEncoder.preprocess/1 handles structs (#30)
  • v0.8.0 Changes

    • ๐Ÿ‘ Experimental support for channels
    • โž• Add instrument_def macro for defining a single instrumented function
    • Document that we are using a NIF and how it is used
    • Simplified transaction functions no longer raise
    • โœ… Don't warn about missing config when running tests
    • remember original stacktrace in phoenix endpoint (#26)
  • v0.7.0 Changes

    • ๐Ÿ‘ Allow Phoenix filter parameters and/or OS env variable to be used
    • Send Phoenix session information
    • 0๏ธโƒฃ Simplify Transaction API: Default to the current process transaction
    • โž• Add Transaction.filter_values/2
    • Transaction.set_request_metadata/2 filters parameters
    • ๐Ÿ›  Fix host metrics config key in GettingStarted