appsignal 2.9.3-java → 2.9.4-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +543 -535
- data/lib/appsignal/event_formatter/action_view/render_formatter.rb +10 -8
- data/lib/appsignal/hooks/puma.rb +2 -0
- data/lib/appsignal/hooks/sidekiq.rb +2 -1
- data/lib/appsignal/minutely.rb +2 -1
- data/lib/appsignal/version.rb +1 -1
- data/spec/lib/appsignal/event_formatter/action_view/render_formatter_spec.rb +38 -28
- data/spec/lib/appsignal/hooks/puma_spec.rb +35 -17
- data/spec/lib/appsignal/hooks/sidekiq_spec.rb +2 -2
- data/spec/lib/appsignal/minutely_spec.rb +16 -17
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2303bfeb546ac1f1b6c03090be84755aec9ab6210fefbd5d165f16aa446db426
|
4
|
+
data.tar.gz: 90335983a5d7510dd60bc4c115c19fac30c2494aac990fff1a6f4e32b0cb8827
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3aa227832976b5ab3aaca606273c9feb27568867914bd61ea8956d74963fbb16461db5f61c21e0e24c11d229802e4ba605235ecc902162389672a17c953b6c77
|
7
|
+
data.tar.gz: fb51d1964fd3e388324263efe3af0aa6fa7a90bb2c0b8f9a3bb149fb854b377d774b3cc84ffc5aade6fadd87619d83a5a682d836fa348e9a1ce5d6f0fe477e00
|
data/CHANGELOG.md
CHANGED
@@ -1,16 +1,24 @@
|
|
1
|
-
#
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## 2.9.4
|
4
|
+
- Log error backtraces in minutely probes as debug messages. PR #495
|
5
|
+
- Don't add cluster behavior in Puma single mode. PR #504
|
6
|
+
- Only register ActionView event formatter in Rails. PR #503
|
7
|
+
- Convert Sidekiq latency from seconds to ms. PR #505
|
8
|
+
|
9
|
+
## 2.9.3
|
2
10
|
- Remove GCProbe. PR #501
|
3
11
|
|
4
|
-
|
12
|
+
## 2.9.2
|
5
13
|
- Fix Puma.stats calls. PR #496
|
6
14
|
- Only send Puma metrics if available. PR #497
|
7
15
|
- Track memory metrics of the current process. PR #499
|
8
16
|
|
9
|
-
|
17
|
+
## 2.9.1
|
10
18
|
- Fix memory leak in custom metrics key names.
|
11
19
|
Commit 9064e2ccfd19ee05c333d0ecda4deafdd743629e
|
12
20
|
|
13
|
-
|
21
|
+
## 2.9.0
|
14
22
|
- Fix installations using git source. PR #455
|
15
23
|
- Track installation results in installation report. PR #450
|
16
24
|
- Fix Rails 6 deprecation warnings. PR #460, PR #478, PR #483
|
@@ -26,23 +34,23 @@
|
|
26
34
|
- Add Puma minutely probe. PR #488
|
27
35
|
- Log invalid EventFormatter registrations as errors. PR #491
|
28
36
|
|
29
|
-
|
37
|
+
## 2.8.4
|
30
38
|
- Log memory usage of agent if high.
|
31
39
|
Commit 46cf3770e13eff9f5fccbf8a4525a8dbfd8eeaad
|
32
40
|
- Fix `Appsignal::Transaction.pause!`. PR #482
|
33
41
|
|
34
|
-
|
42
|
+
## 2.8.3
|
35
43
|
- Fix multi user permission issue for agent directories and files.
|
36
44
|
Commit ab1b35f850777d5999b41627d75be0b3904bc0a1
|
37
45
|
|
38
|
-
|
46
|
+
## 2.8.2
|
39
47
|
- Remove Bundler requirement from diagnose command. PR #451
|
40
48
|
- Fix Delayed::Job action name reporting for structs. PR #463
|
41
49
|
|
42
|
-
|
50
|
+
## 2.8.1
|
43
51
|
- Fix installation on Ruby 2.6 for libc and musl library builds. PR #453
|
44
52
|
|
45
|
-
|
53
|
+
## 2.8.0
|
46
54
|
- Group extension and agent tests in diagnose output. PR #437
|
47
55
|
- Add diagnose --[no-]send-report option. PR #438
|
48
56
|
- Print deprecation warnings to STDOUT as well. PR #439
|
@@ -57,21 +65,21 @@
|
|
57
65
|
PR #448
|
58
66
|
- Make agent debug logging for disk IO metrics more robust. PR #448
|
59
67
|
|
60
|
-
|
68
|
+
## 2.7.3 Beta
|
61
69
|
- Add user and group context to diagnose report. PR #436
|
62
70
|
- Add user and group context to agent logs. PR #436
|
63
71
|
- Fixes for running with multiple users
|
64
72
|
|
65
|
-
|
73
|
+
## 2.7.2
|
66
74
|
- Change the order of instructions in the install script for Rails. PR #433
|
67
75
|
- Fix linking issues on multi-stage build setups. PR #434
|
68
76
|
|
69
|
-
|
77
|
+
## 2.7.1
|
70
78
|
- Improve error log on unsupported architecture and build combination on
|
71
79
|
install. PR #426
|
72
80
|
- Improve performance when garbage collection profiling is disabled. PR #429
|
73
81
|
|
74
|
-
|
82
|
+
## 2.7.0
|
75
83
|
- Detect Kubernetes containers as containers for `running_in_container`
|
76
84
|
config option. Commit 60822aac24ccc394df073091c64f05096455942d.
|
77
85
|
- Fix in memory logger initialization. PR #416
|
@@ -81,11 +89,11 @@
|
|
81
89
|
- Use doubles values in custom metrics functions. PR #422
|
82
90
|
- Bump agent to e41c3c0. Commit 8056af037f82eda156c5946911012e5c742b5664
|
83
91
|
|
84
|
-
|
92
|
+
## 2.6.1
|
85
93
|
- Remove request_headers warning and use sane default. PR #410
|
86
94
|
- Fix metrics format for internal agent metrics. PR #411
|
87
95
|
|
88
|
-
|
96
|
+
## 2.6.0
|
89
97
|
- Enable frozen strings by default. PR #384
|
90
98
|
- Add `revision` config option. PR #388
|
91
99
|
- Avoid generating unique action names for Padrino. PR #393
|
@@ -97,53 +105,53 @@
|
|
97
105
|
- Rename ParamsSanitizer to HashSanitizer. PR #408
|
98
106
|
- Fix empty action name issue. Commit b292c2c93c8935ab54fc4d16598fa534c9cc9c90
|
99
107
|
|
100
|
-
|
108
|
+
## 2.5.3
|
101
109
|
- Fix Sidekiq action names containing arguments. PR #401
|
102
110
|
|
103
|
-
|
111
|
+
## 2.5.2
|
104
112
|
- Support Sidekiq delay extension for ActiveRecord instances. If using this
|
105
113
|
feature in your app, an update is strongly recommended! PR #387
|
106
114
|
- Improve custom event formatter registration. An event formatter can now be
|
107
115
|
registered in a Rails initializer after AppSignal has been loaded/started.
|
108
116
|
PR #397
|
109
117
|
|
110
|
-
|
118
|
+
## 2.5.1
|
111
119
|
- Improve internal sample storage in agent.
|
112
120
|
Commit 2c8eae26685c7a1517cf2e57b44edd1557a502f2
|
113
121
|
- No longer set _APPSIGNAL_AGENT_VERSION environment variable. PR #385
|
114
122
|
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
123
|
+
## 2.5.0
|
124
|
+
- Fix Capistrano config overrides. PR #375
|
125
|
+
- Add JRuby beta support. PR #376
|
126
|
+
- Fix locking issue on diagnose mode run.
|
119
127
|
Commit e6c6de811f8115a73050fc865e89dd4945ddec57
|
120
|
-
|
128
|
+
- Increase stored length of error messages.
|
121
129
|
Commit e6c6de811f8115a73050fc865e89dd4945ddec57
|
122
130
|
|
123
|
-
|
124
|
-
|
131
|
+
## 2.4.3
|
132
|
+
- Store more details for Redis events. PR #374
|
125
133
|
|
126
|
-
|
127
|
-
|
128
|
-
|
134
|
+
## 2.4.2
|
135
|
+
- Store agent architecture rather than platform. PR #367
|
136
|
+
- Improve documentation for `Appsignal.monitor_transaction` better.
|
129
137
|
Commit e53987ba36a79fc8883f2e59322946297ddee773
|
130
|
-
|
138
|
+
- Change log level from info to debug for value comparing failures.
|
131
139
|
Commit ecef28b28edaff46b95f53a916c93021dc763160
|
132
|
-
|
140
|
+
- Collect free memory host metric.
|
133
141
|
Commit ecef28b28edaff46b95f53a916c93021dc763160
|
134
|
-
|
142
|
+
- Fix crashes when Set wasn't required before AppSignal, such as in the CLI.
|
135
143
|
PR #373
|
136
144
|
|
137
|
-
|
138
|
-
|
139
|
-
|
145
|
+
## 2.4.1
|
146
|
+
- Add Que integration. PR #361
|
147
|
+
- Support Sidekiq delayed extension job action names better. Now action names
|
140
148
|
are reported as their class and class method name (`MyClass.method`), rather
|
141
149
|
than `Sidekiq::Extensions::DelayedClass#perform` for all jobs through that
|
142
150
|
extension. PR #362
|
143
|
-
|
144
|
-
|
151
|
+
- Support Sidekiq Enterprise encrypted values. PR #365
|
152
|
+
- Use musl build for older libc systems. PR #366
|
145
153
|
|
146
|
-
|
154
|
+
## 2.4.0
|
147
155
|
- Add separate GNU linux build. PR #351 and
|
148
156
|
Commit d1763f4dcb685608468a73f3192226f60f66b217
|
149
157
|
- Add separate FreeBSD build
|
@@ -159,600 +167,600 @@
|
|
159
167
|
- Revert Sidekiq delayed extension job action names fix.
|
160
168
|
Commit 9b84a098604de5ef5e52645ba7fcb09d84f66eaa
|
161
169
|
|
162
|
-
|
163
|
-
|
170
|
+
## 2.3.7
|
171
|
+
- Support Sidekiq delayed extension job action names better. Now action names
|
164
172
|
are reported as their class and class method name (`MyClass.method`), rather
|
165
173
|
than `Sidekiq::Extensions::DelayedClass#perform` for all jobs through that
|
166
174
|
extension. PR #348
|
167
175
|
|
168
|
-
|
169
|
-
|
170
|
-
|
176
|
+
## 2.3.6
|
177
|
+
- Allow configuration of permissions of working directory. PR #336
|
178
|
+
- Fix locking bug that delayed extension shutdown.
|
171
179
|
Commit 51d90bb1207affc2c88f7cff5035a2c36acf9784
|
172
|
-
|
180
|
+
- Log extension start with app revision if present
|
173
181
|
Commit 51d90bb1207affc2c88f7cff5035a2c36acf9784
|
174
182
|
|
175
|
-
|
183
|
+
## 2.3.5
|
176
184
|
|
177
185
|
Yanked
|
178
186
|
|
179
|
-
|
180
|
-
|
187
|
+
## 2.3.4
|
188
|
+
- Fix naming for ActiveJob integration with DelayedJob. PR #345
|
181
189
|
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
190
|
+
## 2.3.3
|
191
|
+
- Accept mixed case env variable values for the `true` value. PR #333
|
192
|
+
- Don't record sensitive HTTP_X_AUTH_TOKEN header. PR #334
|
193
|
+
- Support dry run option for Capistrano 3.5.0 and higher. PR #339
|
194
|
+
- Agent and extension update. Improve agent connection handling. Commit
|
187
195
|
e75d2f9b520d46f6cd0266b484b2c26c3bdc8882
|
188
196
|
|
189
|
-
|
190
|
-
|
197
|
+
## 2.3.2
|
198
|
+
- Improve Rake argument handling. Allow for more detailed view of which
|
191
199
|
arguments a tasks receives. PR #328
|
192
200
|
|
193
|
-
|
194
|
-
|
201
|
+
## 2.3.1
|
202
|
+
- Fix ActiveSupport::Notifications hook not supporting non-string names for
|
195
203
|
events. PR #324
|
196
204
|
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
205
|
+
## 2.3.0
|
206
|
+
- Fix Shoryuken instrumentation when body is a string. PR #266
|
207
|
+
- Enable ActiveSupport instrumentation at all times. PR #274
|
208
|
+
- Add parameter filtering for background jobs. Automatically uses the AppSignal
|
201
209
|
parameter filtering. PR #280
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
210
|
+
- Improve log messages for transactions. PR #293
|
211
|
+
- Remove thread_safe dependency. PR #294
|
212
|
+
- Add `Transaction#params` attribute for custom parameters. PR #295
|
213
|
+
- Fix queue time on DelayedJob integration. PR #297
|
214
|
+
- Add ActionCable support. PR #309
|
215
|
+
- Finish ActiveSupport notifications events when they would encounter a `raise`
|
208
216
|
or a `throw`. PR #310
|
209
|
-
|
210
|
-
|
217
|
+
- Add `ignore_namespaces` option. PR #312
|
218
|
+
- Truncate lengthy parameter values to 2000 characters.
|
211
219
|
Commit 65de1382f5f453b624781cde6e0544c89fdf89ef and
|
212
220
|
d3ca2a545fb22949f3369692dd57d49b4936c739.
|
213
|
-
|
214
|
-
|
221
|
+
- Disable gracefully on Microsoft Windows. PR #313
|
222
|
+
- Add tags and namespace arguments to `Appsignal.set_error`. PR #317
|
215
223
|
|
216
|
-
|
217
|
-
|
218
|
-
|
224
|
+
## 2.2.1
|
225
|
+
- Fix support for Rails 5.1. PR #286
|
226
|
+
- Fix instrumentation that would report a duration of `0ms` for all DataMapper
|
219
227
|
queries. PR #290
|
220
|
-
|
228
|
+
- Finish events when `Appsignal.instrument` encounters a `raise` or a `throw`.
|
221
229
|
PR #292
|
222
230
|
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
231
|
+
## 2.2.0
|
232
|
+
- Support Ruby 2.4 better. PR #234
|
233
|
+
- Initial setup for documenting the Ruby gem's code. PR #243
|
234
|
+
- Move `running_in_container` auto detection to extension for easy reuse.
|
227
235
|
PR #249
|
228
|
-
|
229
|
-
|
236
|
+
- Allow overriding of action and namespace for a transaction. PR #254
|
237
|
+
- Prefix all agent configuration environment variables with an underscore to
|
230
238
|
separate the two usages. PR #258
|
231
|
-
|
239
|
+
- Force agent to run in diagnostic mode even when the user config is set to
|
232
240
|
`active: false`. PR #260
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
241
|
+
- Stub JS error catching endpoint when not active. PR #263
|
242
|
+
- Use better event names for Padrino integration. PR #265
|
243
|
+
- No longer gzip payloads send by the Ruby gem transmitter. PR #269
|
244
|
+
- Send diagnostics data report to AppSignal on request. PR #270
|
245
|
+
- When JS exception endpoint payload is empty return 400 code. PR #271
|
246
|
+
- Remove hardcoded DNS servers from agent and add config option. PR #278
|
247
|
+
|
248
|
+
## 2.1.2
|
249
|
+
- Fix error with Grape request methods defined with symbols. PR #259
|
250
|
+
|
251
|
+
## 2.1.1
|
252
|
+
- Fix DNS issue related to the musl build.
|
245
253
|
Commit 732c877de8faceabe8a977bf80a82a6a89065c4d and
|
246
254
|
84e521d20d4438f7b1dda82d5e9f1f533ae27c4b
|
247
|
-
|
248
|
-
|
255
|
+
- Update benchmark and add load test. PR #248
|
256
|
+
- Fix configuring instrument Redis and Sequel from env. PR #257
|
249
257
|
|
250
|
-
|
251
|
-
|
252
|
-
|
258
|
+
## 2.1.0
|
259
|
+
- Add support for musl based libc (Alpine Linux). PR #229
|
260
|
+
- Implement `Appsignal.is_ignored_error?` and `Appsignal.is_ignored_action?`
|
253
261
|
logic in the AppSignal extension. PR #224
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
262
|
+
- Deprecate `Appsignal.is_ignored_error?`. PR #224
|
263
|
+
- Deprecate `Appsignal.is_ignored_action?`. PR #224
|
264
|
+
- Enforce a coding styleguide with RuboCop. PR #226
|
265
|
+
- Remove unused `Appsignal.agent` attribute. PR #244
|
266
|
+
- Deprecate unused `Appsignal::AuthCheck` logger argument. PR #245
|
259
267
|
|
260
|
-
|
261
|
-
|
268
|
+
## 2.0.6
|
269
|
+
- Fix `Appsignal::Transaction#record_event` method call. PR #240
|
262
270
|
|
263
|
-
|
264
|
-
|
271
|
+
## 2.0.5
|
272
|
+
- Improved logging for agent connection issues.
|
265
273
|
Commit cdf9d3286d704e22473eb901c839cab4fab45a6f
|
266
|
-
|
274
|
+
- Handle nil request/environments in transactions. PR #231
|
267
275
|
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
276
|
+
## 2.0.4
|
277
|
+
- Use consistent log format for both file and STDOUT logs. PR #203
|
278
|
+
- Fix log path in `appsignal diagnose` for Rails applications. PR #218, #222
|
279
|
+
- Change default log path to `./log` rather than project root for all non-Rails
|
272
280
|
applications. PR #222
|
273
|
-
|
281
|
+
- Load the `APPSIGNAL_APP_ENV` environment configuration option consistently
|
274
282
|
for all integrations. PR #204
|
275
|
-
|
283
|
+
- Support the `--environment` option on the `appsignal diagnose` command. PR
|
276
284
|
#214
|
277
|
-
|
278
|
-
|
285
|
+
- Use the real system `/tmp` directory, not a symlink. PR #219
|
286
|
+
- Run the AppSignal agent in diagnose mode in the `appsignal diagnose` command.
|
279
287
|
PR #221
|
280
|
-
|
288
|
+
- Test for directory and file ownership and permissions in the
|
281
289
|
`appsignal diagnose` command. PR #216
|
282
|
-
|
283
|
-
|
290
|
+
- Test if current user is `root` in the `appsignal diagnose` command. PR #215
|
291
|
+
- Output last couple of lines from `appsignal.log` on agent connection
|
284
292
|
failures.
|
285
|
-
|
293
|
+
- Agent will no longer fail to start if no writable log path is found.
|
286
294
|
Commit 8920865f6158229a46ed4bd1cc98d99a849884c0, change in agent.
|
287
|
-
|
295
|
+
- Internal refactoring of the test suite and the `appsignal install` command.
|
288
296
|
PR #200, #205
|
289
297
|
|
290
|
-
|
291
|
-
|
298
|
+
## 2.0.3
|
299
|
+
- Fix JavaScript exception catcher throwing an error on finishing a
|
292
300
|
transaction. PR #210
|
293
301
|
|
294
|
-
|
295
|
-
|
302
|
+
## 2.0.2
|
303
|
+
- Fix Sequel instrumentation overriding existing logic from extensions. PR #209
|
296
304
|
|
297
|
-
|
298
|
-
|
305
|
+
## 2.0.1
|
306
|
+
- Fix configuration load order regression for the `APPSIGNAL_PUSH_API_KEY`
|
299
307
|
environment variable's activation behavior. PR #208
|
300
308
|
|
301
|
-
|
302
|
-
|
303
|
-
|
309
|
+
## 2.0.0
|
310
|
+
- Add `Appsignal.instrument_sql` convenience methods. PR #136
|
311
|
+
- Use `Appsignal.instrument` internally instead of ActiveSupport
|
304
312
|
instrumentation. PR #142
|
305
|
-
|
306
|
-
|
313
|
+
- Override ActiveSupport instrument instead of subscribing. PR #150
|
314
|
+
- Remove required dependency on ActiveSupport. Recommended you use
|
307
315
|
`Appsignal.instrument` if you don't need `ActiveSupport`. PR #150 #142
|
308
|
-
|
309
|
-
|
316
|
+
- Use have_library to link the AppSignal extension `libappsignal`. PR #148
|
317
|
+
- Rename `appsignal_extension.h` to `appsignal.h`.
|
310
318
|
Commit 9ed7c8d83f622d5a79c5c21d352b3360fd7e8113
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
319
|
+
- Refactor rescuing of Exception. PR #173
|
320
|
+
- Use GC::Profiler to track garbage collection time. PR #134
|
321
|
+
- Detect if AppSignal is running in a container or Heroku. PR #177 #178
|
322
|
+
- Change configuration load order to load environment settings after
|
315
323
|
`appsignal.yml`. PR #178
|
316
|
-
|
317
|
-
|
318
|
-
|
324
|
+
- Speed up payload generation by letting the extension handle it. PR #175
|
325
|
+
- Improve `appsignal diagnose` formatting and output more data. PR #187
|
326
|
+
- Remove outdated `appsignal:diagnose` rake tasks. Use `appsignal diagnose`
|
319
327
|
instead. PR #193
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
328
|
+
- Fix JavaScript exception without names resulting in errors themselves. PR #188
|
329
|
+
- Support namespaces in Grape routes. PR #189
|
330
|
+
- Change STDOUT output to always mention "AppSignal", not "Appsignal". PR #192
|
331
|
+
- `appsignal notify_of_deploy` refactor. `--name` will override any
|
324
332
|
other `name` config. `--environment` is only required if it's not set in the
|
325
333
|
environment. PR #194
|
326
|
-
|
334
|
+
- Allow logging to STDOUT. Available for the Ruby gem and C extension. The
|
327
335
|
`appsignal-agent` process will continue log to file. PR #190
|
328
|
-
|
329
|
-
|
336
|
+
- Remove deprecated methods. PR #191
|
337
|
+
- Send "ruby" implementation name with version number for better identifying
|
330
338
|
different language implementations. PR #198
|
331
|
-
|
339
|
+
- Send demonstration samples to AppSignal using the `appsignal install`
|
332
340
|
command instead of asking the user to start their app. PR #196
|
333
|
-
|
341
|
+
- Add `appsignal demo` command to test the AppSignal demonstration samples
|
334
342
|
instrumentation manually and not just during the installation. PR #199
|
335
343
|
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
344
|
+
## 1.3.6
|
345
|
+
- Support blocks arguments on method instrumentation. PR #163
|
346
|
+
- Support `APPSIGNAL_APP_ENV` for Sinatra. PR #164
|
347
|
+
- Remove Sinatra install step from "appsignal install". PR #165
|
348
|
+
- Install Capistrano integration in `Capfile` instead of `deploy.rb`. #166
|
349
|
+
- More robust handing of non-writable log files. PR #160 #158
|
350
|
+
- Cleaner internal exception handling. PR #169 #170 #171 #172 #173
|
351
|
+
- Support for mixed case keywords in sql lexing. appsignal/sql_lexer#8
|
352
|
+
- Support for inserting multiple rows in sql lexing. appsignal/sql_lexer#9
|
353
|
+
- Add session_overview to JS transaction data.
|
346
354
|
Commit af2d365bc124c01d7e9363e8d825404027835765
|
347
355
|
|
348
|
-
|
356
|
+
## 1.3.5
|
349
357
|
|
350
|
-
|
351
|
-
|
352
|
-
|
358
|
+
- Fix SSL certificate config in appsignal-agent. PR #151
|
359
|
+
- Remove mounted_at Sinatra middleware option. Now detected by default. PR #146
|
360
|
+
- Sinatra applications with middleware loading before AppSignal's middleware
|
353
361
|
would crash a request. Fixed in PR #156
|
354
362
|
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
363
|
+
## 1.3.4
|
364
|
+
|
365
|
+
- Fix argument order for `record_event` in the AppSignal extension
|
366
|
+
|
367
|
+
## 1.3.3
|
368
|
+
|
369
|
+
- Output AppSignal environment on `appsignal diagnose`
|
370
|
+
- Prevent transaction crashes on Sinatra routes with optional parameters
|
371
|
+
- Listen to `stage` option to Capistrano 2 for automatic environment detection
|
372
|
+
- Add `appsignal_env` option to Capistrano 2 to set a custom environment
|
373
|
+
|
374
|
+
## 1.3.2
|
375
|
+
- Add method to discard a transaction
|
376
|
+
- Run spec suite with warnings, fixes for warnings
|
377
|
+
|
378
|
+
## 1.3.1
|
379
|
+
- Bugfix for problem when requiring config from installer
|
380
|
+
|
381
|
+
## 1.3.0
|
382
|
+
- Host metrics is now enabled by default
|
383
|
+
- Beta of minutely probes including GC metrics
|
384
|
+
- Refactor of param sanitization
|
385
|
+
- Param filtering for non-Rails frameworks
|
386
|
+
- Support for modular Sinatra applications
|
387
|
+
- Add Sinatra middleware to `Sinatra::Base` by default
|
388
|
+
- Allow a new transaction to be forced by sinatra instrumentation
|
389
|
+
- Allow hostname to be set with environment variable
|
390
|
+
- Helpers for easy method instrumentation
|
391
|
+
- `Appsignal.instrument` helper to easily instrument blocks of code
|
392
|
+
- `record_event` method to instrument events without a start hook
|
393
|
+
- `send_params` is now configurable via the environment
|
394
|
+
- Add DataMapper integration
|
395
|
+
- Add webmachine integration
|
396
|
+
- Allow overriding Padrino environment with APPSIGNAL_APP_ENV
|
397
|
+
- Add mkmf.log to diagnose command
|
398
|
+
- Allow for local install with bundler `bundle exec rake install`
|
399
|
+
- Listen to `stage` option to Capistrano 3 for automatic environment detection
|
400
|
+
- Add `appsignal_env` option to Capistrano 3 to set a custom environment
|
401
|
+
|
402
|
+
## 1.2.5
|
403
|
+
- Bugfix in CPU utilization calculation for host metrics
|
404
|
+
|
405
|
+
## 1.2.4
|
406
|
+
- Support for adding a namespace when mounting Sinatra apps in Rails
|
407
|
+
- Support for negative numbers and ILIKE in the sql lexer
|
408
|
+
|
409
|
+
## 1.2.3
|
410
|
+
- Catch nil config for installer and diag
|
411
|
+
- Minor performance improvements
|
412
|
+
- Support for arrays, literal value types and function arguments in sql lexer
|
413
|
+
|
414
|
+
## 1.2.2
|
415
|
+
- Handle out of range numbers in queue lenght and metrics api
|
416
|
+
|
417
|
+
## 1.2.1
|
418
|
+
- Use Dir.pwd in CLI install wizard
|
419
|
+
- Support bignums when setting queue length
|
420
|
+
- Support for Sequel 4.35
|
421
|
+
- Add env option to skip errors in Sinatra
|
422
|
+
- Fix for queue time calculation in Sidekiq (by lucasmazza)
|
423
|
+
|
424
|
+
## 1.2.0
|
425
|
+
- Restart background thread when FD's are closed
|
426
|
+
- Beta version of collecting host metrics (disabled by default)
|
427
|
+
- Hooks for Shuryoken
|
428
|
+
- Don't add errors from env if raise_errors is off for Sinatra
|
429
|
+
|
430
|
+
## 1.1.9
|
431
|
+
- Fix for race condition when creating working dir exactly at the same time
|
432
|
+
- Make diag Rake task resilient to missing config
|
433
|
+
|
434
|
+
## 1.1.8
|
435
|
+
- Require json to fix problem with using from Capistrano
|
436
|
+
|
437
|
+
## 1.1.7
|
438
|
+
- Make logging resilient for closing FD's (daemons gem does this)
|
439
|
+
- Add support for using Resque through ActiveJob
|
440
|
+
- Rescue more expections in json generation
|
441
|
+
|
442
|
+
## 1.1.6
|
443
|
+
- Generic Rack instrumentation middleware
|
444
|
+
- Event formatter for Faraday
|
445
|
+
- Rescue and log errors in transaction complete and fetching params
|
446
|
+
|
447
|
+
## 1.1.5
|
448
|
+
- Support for null in sql sanitization
|
449
|
+
- Add require to deploy.rb if present on installation
|
450
|
+
- Warn when overwriting already existing transaction
|
451
|
+
- Support for x86-linux
|
452
|
+
- Some improvements in debug logging
|
453
|
+
- Check of log file path is writable
|
454
|
+
- Use bundled CA certs when installing agent
|
455
|
+
|
456
|
+
## 1.1.4
|
457
|
+
- Better debug logging for agent issues
|
458
|
+
- Fix for exception with nil messages
|
459
|
+
- Fix for using structs as job params in Delayed Job
|
460
|
+
|
461
|
+
## 1.1.3
|
462
|
+
- Fix for issue where Appsignal.send_exception clears the current
|
455
463
|
transaction if it is present
|
456
|
-
|
464
|
+
- Rails 3.0 compatibility fix
|
457
465
|
|
458
|
-
|
459
|
-
|
460
|
-
|
466
|
+
## 1.1.2
|
467
|
+
- Bug fix in notify of deploy cli
|
468
|
+
- Better support for nil, true and false in sanitization
|
461
469
|
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
470
|
+
## 1.1.1
|
471
|
+
- Collect global metrics for GC durations (in beta, disabled by default)
|
472
|
+
- Collect params from Delayed Job in a reliable way
|
473
|
+
- Collect perams for Delayed Job and Sidekiq when using ActiveJob
|
474
|
+
- Official Grape support
|
475
|
+
- Easier installation using `bundle exec appsignal install`
|
468
476
|
|
469
|
-
|
477
|
+
## 1.1.0
|
470
478
|
Yanked
|
471
479
|
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
480
|
+
## 1.0.7
|
481
|
+
- Another multibyte bugfix in sql sanizitation
|
482
|
+
|
483
|
+
## 1.0.6
|
484
|
+
- Bugfix in sql sanitization when using multibyte utf-8 characters
|
485
|
+
|
486
|
+
## 1.0.5
|
487
|
+
- Improved sql sanitization
|
488
|
+
- Improved mongoid/mongodb sanitization
|
489
|
+
- Minor performance improvements
|
490
|
+
- Better handling for non-utf8 convertable strings
|
491
|
+
- Make gem installable (but not functional) on JRuby
|
492
|
+
|
493
|
+
## 1.0.4
|
494
|
+
- Make working dir configurable using `APPSIGNAL_WORKING_DIR_PATH` or `:working_dir_path`
|
495
|
+
|
496
|
+
## 1.0.3
|
497
|
+
- Fix bug in completing JS transactions
|
498
|
+
- Make Resque integration robust for bigger payloads
|
499
|
+
- Message in logs if agent logging cannot initialize
|
500
|
+
- Call `to_s` on DJ id to see the id when using MongoDB
|
501
|
+
|
502
|
+
## 1.0.2
|
503
|
+
- Bug fix in format of process memory measurements
|
504
|
+
- Event formatter for `instantiation.active_record`
|
505
|
+
- Rake integration file for backwards compatibility
|
506
|
+
- Don't instrument mongo-ruby-driver when transaction is not present
|
507
|
+
- Accept method calls on extension if it's not loaded
|
508
|
+
- Fix for duplicate notifications subscriptions when forking
|
509
|
+
|
510
|
+
## 1.0.1
|
511
|
+
- Fix for bug in gem initialization when using `safe_yaml` gem
|
512
|
+
|
513
|
+
## 1.0.0
|
514
|
+
- New version of event formatting and collection
|
515
|
+
- Use native library and agent
|
516
|
+
- Use API V2
|
517
|
+
- Support for Mongoid 5
|
518
|
+
- Integration into other gems with a hooks system
|
519
|
+
- Lots of minor bug fixes and improvements
|
520
|
+
|
521
|
+
## 0.11.15
|
522
|
+
- Improve Sinatra support
|
523
|
+
|
524
|
+
## 0.11.14
|
525
|
+
- Support ActiveJob wrapped jobs
|
526
|
+
- Improve proxy support
|
527
|
+
- Improve rake support
|
528
|
+
|
529
|
+
## 0.11.13
|
530
|
+
- Add Padrino support
|
531
|
+
- Add Rake task monitoring
|
532
|
+
- Add http proxy support
|
533
|
+
- Configure Net::HTTP to only use TLS
|
534
|
+
- Don't send queue if there is no content
|
535
|
+
- Don't retry transmission when response code is 400 (no content)
|
536
|
+
- Don't start Resque IPC server when AppSignal is not active
|
537
|
+
- Display warning message when attempting to send a non-exception to `send_exception`
|
538
|
+
- Fix capistrano 2 detection
|
539
|
+
- Fix issue with Sinatra integration attempting to attach an exception to a transaction that doesn't exist.
|
540
|
+
|
541
|
+
## 0.11.12
|
542
|
+
- Sanitizer will no longer inspect unknown objects, since implementations of inspect sometimes trigger unexpected behavior.
|
543
|
+
|
544
|
+
## 0.11.11
|
545
|
+
- Reliably get errors in production for Sinatra
|
546
|
+
|
547
|
+
## 0.11.10
|
548
|
+
- Fix for binding bug in exceptions in Resque
|
549
|
+
- Handle invalidly encoded characters in payload
|
550
|
+
|
551
|
+
## 0.11.9
|
552
|
+
- Fix for infinite attempts to transmit if there is no valid api key
|
553
|
+
|
554
|
+
## 0.11.8
|
555
|
+
- Add frontend error catcher
|
556
|
+
- Add background job metadata (queue, priority etc.) to transaction overview
|
557
|
+
- Add APPSIGNAL_APP_ENV variable to Rails config, so you can override the environment
|
558
|
+
- Handle http queue times in microseconds too
|
559
|
+
|
560
|
+
## 0.11.7
|
561
|
+
- Add option to override Job name in Delayed Job
|
562
|
+
|
563
|
+
## 0.11.6
|
564
|
+
- Use `APPSIGNAL_APP_NAME` and `APPSIGNAL_ACTIVE` env vars in config
|
565
|
+
- Better Sinatra support: Use route as action and set session data for Sinatra
|
566
|
+
|
567
|
+
## 0.11.5
|
568
|
+
- Add Sequel gem support (https://github.com/jeremyevans/sequel)
|
569
|
+
|
570
|
+
## 0.11.4
|
571
|
+
- Make `without_instrumentation` thread safe
|
572
|
+
|
573
|
+
## 0.11.3
|
574
|
+
- Support Ruby 1.9 and up instead of 1.9.3 and up
|
575
|
+
|
576
|
+
## 0.11.2
|
577
|
+
- If APP_REVISION environment variable is set, send it with the log entry.
|
578
|
+
|
579
|
+
## 0.11.1
|
580
|
+
- Allow a custom request_class and params_method on Rack instrumentation
|
581
|
+
- Loop through env methods instead of env
|
582
|
+
- Add HTTP_CLIENT_IP to env methods
|
583
|
+
|
584
|
+
## 0.11.0
|
585
|
+
- Improved inter process communication
|
586
|
+
- Retry sending data when the push api is not reachable
|
587
|
+
- Our own event handling to allow for more flexibility and reliability
|
580
588
|
when using a threaded environment
|
581
|
-
|
589
|
+
- Resque officially supported!
|
582
590
|
|
583
|
-
|
584
|
-
|
591
|
+
## 0.10.6
|
592
|
+
- Add config option to skip session data
|
585
593
|
|
586
|
-
|
587
|
-
|
588
|
-
|
594
|
+
## 0.10.5
|
595
|
+
- Don't shutdown in `at_exit`
|
596
|
+
- Debug log about missing name in config
|
589
597
|
|
590
|
-
|
591
|
-
|
598
|
+
## 0.10.4
|
599
|
+
- Add REQUEST_URI and PATH_INFO to env params allowlist
|
592
600
|
|
593
|
-
|
594
|
-
|
595
|
-
|
601
|
+
## 0.10.3
|
602
|
+
- Shut down all operations when agent is not active
|
603
|
+
- Separately rescue OpenSSL::SSL::SSLError
|
596
604
|
|
597
|
-
|
598
|
-
|
605
|
+
## 0.10.2
|
606
|
+
- Bugfix in event payload sanitization
|
599
607
|
|
600
|
-
|
601
|
-
|
608
|
+
## 0.10.1
|
609
|
+
- Bugfix in event payload sanitization
|
602
610
|
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
611
|
+
## 0.10.0
|
612
|
+
- Remove ActiveSupport dependency
|
613
|
+
- Use vendored notifications if ActiveSupport is not present
|
614
|
+
- Update bundled CA certificates
|
615
|
+
- Fix issue where backtrace can be nil
|
616
|
+
- Use Appsignal.monitor_transaction to instrument and log errors for
|
609
617
|
custom actions
|
610
|
-
|
618
|
+
- Add option to ignore a specific action
|
611
619
|
|
612
|
-
|
613
|
-
|
620
|
+
## 0.9.6
|
621
|
+
- Convert to primitives before sending through pipe
|
614
622
|
|
615
|
-
|
623
|
+
## 0.9.5
|
616
624
|
Yanked
|
617
625
|
|
618
|
-
|
619
|
-
|
620
|
-
|
626
|
+
## 0.9.4
|
627
|
+
- Log Rails and Sinatra version
|
628
|
+
- Resubscribe to notifications after fork
|
621
629
|
|
622
|
-
|
623
|
-
|
630
|
+
## 0.9.3
|
631
|
+
- Log if appsignal is not active for an environment
|
624
632
|
|
625
|
-
|
626
|
-
|
627
|
-
|
633
|
+
## 0.9.2
|
634
|
+
- Log Ruby version and platform on startup
|
635
|
+
- Log reason of shutting down agent
|
628
636
|
|
629
|
-
|
630
|
-
|
637
|
+
## 0.9.1
|
638
|
+
- Some debug logging tweaks
|
631
639
|
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
640
|
+
## 0.9.0
|
641
|
+
- Add option to override Capistrano revision
|
642
|
+
- Expanded deploy message in Capistrano
|
643
|
+
- Refactor of usage of Thread.local
|
644
|
+
- Net::HTTP instrumentation
|
645
|
+
- Capistrano 3 support
|
638
646
|
|
639
|
-
|
640
|
-
|
647
|
+
## 0.8.15
|
648
|
+
- Exception logging in agent thread
|
641
649
|
|
642
|
-
|
643
|
-
|
644
|
-
|
650
|
+
## 0.8.14
|
651
|
+
- Few tweaks in logging
|
652
|
+
- Clarify Appsignal::Transaction.complete! code
|
645
653
|
|
646
|
-
|
647
|
-
|
654
|
+
## 0.8.13
|
655
|
+
- Random sleep time before first transmission of queue
|
648
656
|
|
649
|
-
|
650
|
-
|
651
|
-
|
657
|
+
## 0.8.12
|
658
|
+
- Workaround for frozen string in Notification events
|
659
|
+
- Require ActiveSupport::Notifications to be sure it's available
|
652
660
|
|
653
|
-
|
654
|
-
|
661
|
+
## 0.8.11
|
662
|
+
- Skip enqueue, send_exception and add_exception if not active
|
655
663
|
|
656
|
-
|
657
|
-
|
664
|
+
## 0.8.10
|
665
|
+
- Bugfix: Don't pause agent when it's not active
|
658
666
|
|
659
|
-
|
667
|
+
## 0.8.9
|
660
668
|
Yanked
|
661
669
|
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
670
|
+
## 0.8.8
|
671
|
+
- Explicitely require securerandom
|
672
|
+
|
673
|
+
## 0.8.7
|
674
|
+
- Dup process action event to avoid threading issue
|
675
|
+
- Rescue failing inspects in param sanitizer
|
676
|
+
- Add option to pause instrumentation
|
677
|
+
|
678
|
+
## 0.8.6
|
679
|
+
- Resque support (beta)
|
680
|
+
- Support tags in Appsignal.send_exception
|
681
|
+
- Alias tag_request to tag_job, for background jobs
|
682
|
+
- Skip sanitization of env if env is nil
|
683
|
+
- Small bugfix in forking logic
|
684
|
+
- Don't send params if send_params is off in config
|
685
|
+
- Remove --repository option in CLI
|
686
|
+
- Name option in appsignal notify_of_deploy CLI
|
687
|
+
- Don't call to_hash on ENV
|
688
|
+
- Get error message in CLI when config is not active
|
689
|
+
|
690
|
+
## 0.8.5
|
691
|
+
- Don't require revision in CLI notify_of_deploy
|
692
|
+
|
693
|
+
## 0.8.4
|
694
|
+
- Skip session sanitize if not a http request
|
695
|
+
- Use appsignal_config in Capistrano as initial config
|
696
|
+
|
697
|
+
## 0.8.3
|
698
|
+
- Restart thread when we've been forked
|
699
|
+
- Only notify of deploy when active in capistrano
|
700
|
+
- Make sure env is a string in config
|
701
|
+
|
702
|
+
## 0.8.2
|
703
|
+
- Bugfix in Delayed Job integration
|
704
|
+
- appsignal prefix when logging to stdout
|
705
|
+
- Log to stdout on Shelly Cloud
|
706
|
+
|
707
|
+
## 0.8.1
|
708
|
+
- Fix in monitoring of queue times
|
709
|
+
|
710
|
+
## 0.8.0
|
711
|
+
- Support for background processors (Delayed Job and Sidekiq)
|
712
|
+
|
713
|
+
## 0.7.1
|
714
|
+
- Better support for forking webservers
|
715
|
+
|
716
|
+
## 0.7.0
|
717
|
+
- Mayor refactor and cleanup
|
718
|
+
- New easier onboarding process
|
719
|
+
- Support for Rack apps, including experimental Sinatra integration
|
720
|
+
- Monitor HTTP queue times
|
721
|
+
- Always log to stdout on Heroku
|
722
|
+
|
723
|
+
## 0.6.7
|
724
|
+
- Send HTTP_X_FORWARDED_FOR env var
|
725
|
+
|
726
|
+
## 0.6.6
|
727
|
+
- Add Appsignal.add_exception
|
728
|
+
|
729
|
+
## 0.6.5
|
730
|
+
- Fix bug where fast requests are tracked with wrong action
|
731
|
+
|
732
|
+
## 0.6.4
|
733
|
+
- More comprehensive debug logging
|
734
|
+
|
735
|
+
## 0.6.3
|
736
|
+
- Use a mutex around access to the aggregator
|
737
|
+
- Bugfix for accessing connection config in Rails 3.0
|
738
|
+
- Add Appsignal.tag_request
|
739
|
+
- Only warn if there are duplicate push keys
|
740
|
+
|
741
|
+
## 0.6.2
|
742
|
+
- Bugfix in backtrace cleaner usage for Rails 4
|
743
|
+
|
744
|
+
## 0.6.1
|
745
|
+
- Bugfix in Capistrano integration
|
746
|
+
|
747
|
+
## 0.6.0
|
748
|
+
- Support for Rails 4
|
749
|
+
- Data that's posted to AppSignal is now gzipped
|
750
|
+
- Add Appsignal.send_exception and Appsignal.listen_for_exception
|
751
|
+
- We now us the Rails backtrace cleaner
|
752
|
+
|
753
|
+
## 0.5.5
|
754
|
+
- Fix minor bug
|
755
|
+
|
756
|
+
## 0.5.4
|
757
|
+
- Debug option in config to get detailed logging
|
758
|
+
|
759
|
+
## 0.5.3
|
760
|
+
- Fix minor bug
|
761
|
+
|
762
|
+
## 0.5.2
|
763
|
+
- General improvements to the Rails generator
|
764
|
+
- Log to STDOUT if writing to log/appsignal.log is not possible (Heroku)
|
765
|
+
- Handle the last transactions before the rails process shuts down
|
766
|
+
- Require 'erb' to enable dynamic config
|