All Versions
156
Latest Version
Avg Release Cycle
9 days
Latest Release
-
Changelog History
Page 16
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