airbrake 7.3.1 → 7.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1882c601b09a39c571119acd85204689f64e3b67
4
- data.tar.gz: 15a58dbaa0ceb63597e3ec020ad3b33beeae634f
3
+ metadata.gz: a27eb749de63ef8453d049851837903f764bc348
4
+ data.tar.gz: 65eebc14b5978d78eb9552f0376ba89c57b8d51a
5
5
  SHA512:
6
- metadata.gz: 4599350b6fed0e53e2058d816f3d7bf8b6ad438f9e3c7a1ac3d7f8b3a63222cceaaa9a29c9624da051ca5bed844a1225f63accc7e65f0f08789b13f1e3d30e0d
7
- data.tar.gz: 2a5865c928a97d1c663595dc98fde31ac8f3e8a2d138aba639d7774f46d27a8b9c804a9cdd913d974a0c2c280b097df44dd2f3e1f14e39e1ac829b5a235f9594
6
+ metadata.gz: 100d7fd3e919f3122003593ef536d39300b0ef90ff4caa00d50cdc99465fb359d50973db20a19bee7bf96af95b8ae40291a119734220f85e13dc8ce40ab37bbe
7
+ data.tar.gz: 85498c0b5b1b23e7bc7223e1bbeb61e4c16bffb0b8fe0565e4611819115e03e23ea388a7c41f516f8e320019b7f9cba567f7953dccfefffc066334aaf724e082
@@ -18,7 +18,7 @@ module Airbrake
18
18
  'rack_version' => ::Rack.version,
19
19
  'rack_release' => ::Rack.release
20
20
  }
21
- end.freeze
21
+ end
22
22
  @weight = 99
23
23
  end
24
24
 
@@ -1,5 +1,5 @@
1
1
  # We use Semantic Versioning v2.0.0
2
2
  # More information: http://semver.org/
3
3
  module Airbrake
4
- AIRBRAKE_VERSION = '7.3.1'.freeze
4
+ AIRBRAKE_VERSION = '7.3.2'.freeze
5
5
  end
@@ -65,6 +65,13 @@ end
65
65
  # https://github.com/airbrake/airbrake#requestbodyfilter
66
66
  # Airbrake.add_filter(Airbrake::Rack::RequestBodyFilter.new)
67
67
 
68
+ # Attaches thread & fiber local variables along with general thread information.
69
+ # Airbrake.add_filter(Airbrake::Filters::ThreadFilter.new)
70
+
71
+ # Attaches loaded dependencies to the notice object
72
+ # (under context/versions/dependencies).
73
+ # Airbrake.add_filter(Airbrake::Filters::DependencyFilter.new)
74
+
68
75
  # If you want to convert your log messages to Airbrake errors, we offer an
69
76
  # integration with the Logger class from stdlib.
70
77
  # https://github.com/airbrake/airbrake#logger
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: airbrake
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.3.1
4
+ version: 7.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Airbrake Technologies, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-04 00:00:00.000000000 Z
11
+ date: 2018-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: airbrake-ruby
@@ -273,11 +273,6 @@ files:
273
273
  - spec/apps/rack/dummy_app.rb
274
274
  - spec/apps/rails/dummy_app.rb
275
275
  - spec/apps/rails/dummy_task.rake
276
- - spec/apps/rails/logs/32.log
277
- - spec/apps/rails/logs/40.log
278
- - spec/apps/rails/logs/41.log
279
- - spec/apps/rails/logs/42.log
280
- - spec/apps/rails/logs/51.log
281
276
  - spec/apps/sinatra/composite_app/sinatra_app1.rb
282
277
  - spec/apps/sinatra/composite_app/sinatra_app2.rb
283
278
  - spec/apps/sinatra/dummy_app.rb
@@ -351,8 +346,3 @@ test_files:
351
346
  - spec/apps/rack/dummy_app.rb
352
347
  - spec/apps/rails/dummy_task.rake
353
348
  - spec/apps/rails/dummy_app.rb
354
- - spec/apps/rails/logs/42.log
355
- - spec/apps/rails/logs/41.log
356
- - spec/apps/rails/logs/40.log
357
- - spec/apps/rails/logs/51.log
358
- - spec/apps/rails/logs/32.log
@@ -1,684 +0,0 @@
1
- # Logfile created on 2018-04-14 02:02:06 +0300 by logger.rb/56815
2
- Connecting to database specified by DATABASE_URL
3
-  (1.2ms) select sqlite_version(*)
4
-  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
5
-  (0.1ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime, "updated_at" datetime) 
6
-  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
7
- Connecting to database specified by DATABASE_URL
8
-  (3.4ms) select sqlite_version(*)
9
-  (0.4ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
10
-  (0.2ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime, "updated_at" datetime) 
11
-  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
12
- Started GET "/resque" for 127.0.0.1 at 2018-05-04 16:40:38 +0300
13
- Processing by DummyController#resque as HTML
14
- Rendered dummy/resque.html.erb within layouts/application (1.1ms)
15
- Completed 200 OK in 7.8ms (Views: 6.4ms | ActiveRecord: 0.0ms)
16
- Started GET "/resque" for 127.0.0.1 at 2018-05-04 16:40:38 +0300
17
- Processing by DummyController#resque as HTML
18
- Rendered dummy/resque.html.erb within layouts/application (0.2ms)
19
- Completed 200 OK in 17.9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
20
- Started GET "/" for 127.0.0.1 at 2018-05-04 16:40:38 +0300
21
- Processing by DummyController#index as HTML
22
- Rendered dummy/index.html.erb within layouts/application (0.1ms)
23
- Completed 200 OK in 0.9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
24
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:40:38 +0300
25
- Processing by DummyController#crash as HTML
26
- Completed 500 Internal Server Error in 0.2ms
27
-
28
- AirbrakeTestError (AirbrakeTestError):
29
- lib/airbrake/rack/middleware.rb:48:in `call'
30
-
31
-
32
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:38 +0300
33
- Processing by DummyController#crash as HTML
34
- Parameters: {"foo"=>"bar"}
35
- Completed 500 Internal Server Error in 0.2ms
36
-
37
- AirbrakeTestError (AirbrakeTestError):
38
- lib/airbrake/rack/middleware.rb:48:in `call'
39
-
40
-
41
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:38 +0300
42
- Processing by DummyController#crash as HTML
43
- Parameters: {"foo"=>"bar"}
44
- Completed 500 Internal Server Error in 0.2ms
45
-
46
- AirbrakeTestError (AirbrakeTestError):
47
- lib/airbrake/rack/middleware.rb:48:in `call'
48
-
49
-
50
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:38 +0300
51
- Processing by DummyController#crash as HTML
52
- Parameters: {"foo"=>"bar"}
53
- Completed 500 Internal Server Error in 0.2ms
54
-
55
- AirbrakeTestError (AirbrakeTestError):
56
- lib/airbrake/rack/middleware.rb:48:in `call'
57
-
58
-
59
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:38 +0300
60
- Processing by DummyController#crash as HTML
61
- Parameters: {"foo"=>"bar"}
62
- Completed 500 Internal Server Error in 0.2ms
63
-
64
- AirbrakeTestError (AirbrakeTestError):
65
- lib/airbrake/rack/middleware.rb:48:in `call'
66
-
67
-
68
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:41 +0300
69
- Processing by DummyController#crash as HTML
70
- Parameters: {"foo"=>"bar"}
71
- Completed 500 Internal Server Error in 0.3ms
72
-
73
- AirbrakeTestError (AirbrakeTestError):
74
- lib/airbrake/rack/middleware.rb:48:in `call'
75
-
76
-
77
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:41 +0300
78
- Processing by DummyController#notify_airbrake_sync_helper as HTML
79
- Parameters: {"foo"=>"bar"}
80
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
81
- Completed 200 OK in 14.5ms (Views: 1.2ms | ActiveRecord: 0.0ms)
82
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:41 +0300
83
- Processing by DummyController#notify_airbrake_sync_helper as HTML
84
- Parameters: {"foo"=>"bar"}
85
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
86
- Completed 200 OK in 21.1ms (Views: 1.5ms | ActiveRecord: 0.0ms)
87
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:41 +0300
88
- Processing by DummyController#notify_airbrake_sync_helper as HTML
89
- Parameters: {"foo"=>"bar"}
90
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.5ms)
91
- Completed 200 OK in 21.2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
92
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:41 +0300
93
- Processing by DummyController#notify_airbrake_sync_helper as HTML
94
- Parameters: {"foo"=>"bar"}
95
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
96
- Completed 200 OK in 14.1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
97
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:41 +0300
98
- Processing by DummyController#notify_airbrake_sync_helper as HTML
99
- Parameters: {"foo"=>"bar"}
100
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.1ms)
101
- Completed 200 OK in 13.0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
102
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:44 +0300
103
- Processing by DummyController#notify_airbrake_helper as HTML
104
- Parameters: {"foo"=>"bar"}
105
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
106
- Completed 200 OK in 15.8ms (Views: 10.7ms | ActiveRecord: 0.0ms)
107
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:47 +0300
108
- Processing by DummyController#notify_airbrake_helper as HTML
109
- Parameters: {"foo"=>"bar"}
110
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
111
- Completed 200 OK in 13.2ms (Views: 8.9ms | ActiveRecord: 0.0ms)
112
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:48 +0300
113
- Processing by DummyController#notify_airbrake_helper as HTML
114
- Parameters: {"foo"=>"bar"}
115
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
116
- Completed 200 OK in 13.2ms (Views: 9.0ms | ActiveRecord: 0.0ms)
117
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:48 +0300
118
- Processing by DummyController#notify_airbrake_helper as HTML
119
- Parameters: {"foo"=>"bar"}
120
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
121
- Completed 200 OK in 14.2ms (Views: 9.9ms | ActiveRecord: 0.0ms)
122
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:40:48 +0300
123
- Processing by DummyController#notify_airbrake_helper as HTML
124
- Parameters: {"foo"=>"bar"}
125
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
126
- Completed 200 OK in 13.7ms (Views: 8.8ms | ActiveRecord: 0.0ms)
127
- Started GET "/delayed_job" for 127.0.0.1 at 2018-05-04 16:40:48 +0300
128
- Processing by DummyController#delayed_job as HTML
129
- Completed 500 Internal Server Error in 12.8ms
130
-
131
- AirbrakeTestError (delayed_job error):
132
- lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
133
- lib/airbrake/rack/middleware.rb:48:in `call'
134
-
135
-
136
- Started GET "/delayed_job" for 127.0.0.1 at 2018-05-04 16:40:52 +0300
137
- Processing by DummyController#delayed_job as HTML
138
- Completed 500 Internal Server Error in 0.8ms
139
-
140
- AirbrakeTestError (delayed_job error):
141
- lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
142
- lib/airbrake/rack/middleware.rb:48:in `call'
143
-
144
-
145
- Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-05-04 16:40:54 +0300
146
- Processing by DummyController#active_record_after_rollback as HTML
147
-  (0.0ms) begin transaction
148
- SQL (1.9ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
149
-  (0.0ms) rollback transaction
150
- #<AirbrakeTestError: after_rollback>
151
- Rendered dummy/active_record_after_rollback.html.erb within layouts/application (0.3ms)
152
- Completed 200 OK in 30.0ms (Views: 1.1ms | ActiveRecord: 2.1ms)
153
- Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-05-04 16:40:54 +0300
154
- Processing by DummyController#active_record_after_commit as HTML
155
-  (0.1ms) begin transaction
156
- SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
157
-  (0.0ms) commit transaction
158
- #<AirbrakeTestError: after_commit>
159
- Rendered dummy/active_record_after_commit.html.erb within layouts/application (0.2ms)
160
- Completed 200 OK in 17.8ms (Views: 1.2ms | ActiveRecord: 0.1ms)
161
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:40:54 +0300
162
- Processing by DummyController#crash as HTML
163
- Completed 500 Internal Server Error in 0.2ms
164
-
165
- AirbrakeTestError (AirbrakeTestError):
166
- lib/airbrake/rack/middleware.rb:48:in `call'
167
-
168
-
169
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:40:54 +0300
170
- Processing by DummyController#crash as HTML
171
- Completed 500 Internal Server Error in 0.2ms
172
-
173
- AirbrakeTestError (AirbrakeTestError):
174
- lib/airbrake/rack/middleware.rb:48:in `call'
175
-
176
-
177
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:40:54 +0300
178
- Processing by DummyController#crash as HTML
179
- Completed 500 Internal Server Error in 0.2ms
180
-
181
- AirbrakeTestError (AirbrakeTestError):
182
- lib/airbrake/rack/middleware.rb:48:in `call'
183
-
184
-
185
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:40:54 +0300
186
- Processing by DummyController#crash as HTML
187
- Completed 500 Internal Server Error in 0.3ms
188
-
189
- AirbrakeTestError (AirbrakeTestError):
190
- lib/airbrake/rack/middleware.rb:48:in `call'
191
-
192
-
193
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:40:54 +0300
194
- Processing by DummyController#crash as HTML
195
- Completed 500 Internal Server Error in 0.2ms
196
-
197
- AirbrakeTestError (AirbrakeTestError):
198
- lib/airbrake/rack/middleware.rb:48:in `call'
199
-
200
-
201
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:40:54 +0300
202
- Processing by DummyController#crash as HTML
203
- Completed 500 Internal Server Error in 0.2ms
204
-
205
- AirbrakeTestError (AirbrakeTestError):
206
- lib/airbrake/rack/middleware.rb:48:in `call'
207
-
208
-
209
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:40:54 +0300
210
- Processing by DummyController#crash as HTML
211
- Completed 500 Internal Server Error in 0.3ms
212
-
213
- AirbrakeTestError (AirbrakeTestError):
214
- lib/airbrake/rack/middleware.rb:48:in `call'
215
-
216
-
217
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:40:54 +0300
218
- Processing by DummyController#crash as HTML
219
- Completed 500 Internal Server Error in 0.3ms
220
-
221
- AirbrakeTestError (AirbrakeTestError):
222
- lib/airbrake/rack/middleware.rb:48:in `call'
223
-
224
-
225
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:40:54 +0300
226
- Processing by DummyController#crash as HTML
227
- Completed 500 Internal Server Error in 0.3ms
228
-
229
- AirbrakeTestError (AirbrakeTestError):
230
- lib/airbrake/rack/middleware.rb:48:in `call'
231
-
232
-
233
- Connecting to database specified by DATABASE_URL
234
-  (1.1ms) select sqlite_version(*)
235
-  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
236
-  (0.1ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime, "updated_at" datetime) 
237
-  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
238
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:41:41 +0300
239
- Processing by DummyController#crash as HTML
240
- Completed 500 Internal Server Error in 0.3ms
241
-
242
- AirbrakeTestError (AirbrakeTestError):
243
- lib/airbrake/rack/middleware.rb:48:in `call'
244
-
245
-
246
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:41:41 +0300
247
- Processing by DummyController#crash as HTML
248
- Completed 500 Internal Server Error in 0.2ms
249
-
250
- AirbrakeTestError (AirbrakeTestError):
251
- lib/airbrake/rack/middleware.rb:48:in `call'
252
-
253
-
254
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:41:41 +0300
255
- Processing by DummyController#crash as HTML
256
- Completed 500 Internal Server Error in 0.2ms
257
-
258
- AirbrakeTestError (AirbrakeTestError):
259
- lib/airbrake/rack/middleware.rb:48:in `call'
260
-
261
-
262
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:41:41 +0300
263
- Processing by DummyController#crash as HTML
264
- Completed 500 Internal Server Error in 0.3ms
265
-
266
- AirbrakeTestError (AirbrakeTestError):
267
- lib/airbrake/rack/middleware.rb:48:in `call'
268
-
269
-
270
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:41:41 +0300
271
- Processing by DummyController#crash as HTML
272
- Completed 500 Internal Server Error in 0.2ms
273
-
274
- AirbrakeTestError (AirbrakeTestError):
275
- lib/airbrake/rack/middleware.rb:48:in `call'
276
-
277
-
278
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:41:41 +0300
279
- Processing by DummyController#crash as HTML
280
- Completed 500 Internal Server Error in 0.2ms
281
-
282
- AirbrakeTestError (AirbrakeTestError):
283
- lib/airbrake/rack/middleware.rb:48:in `call'
284
-
285
-
286
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:41:41 +0300
287
- Processing by DummyController#crash as HTML
288
- Completed 500 Internal Server Error in 0.2ms
289
-
290
- AirbrakeTestError (AirbrakeTestError):
291
- lib/airbrake/rack/middleware.rb:48:in `call'
292
-
293
-
294
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:41:41 +0300
295
- Processing by DummyController#crash as HTML
296
- Completed 500 Internal Server Error in 0.2ms
297
-
298
- AirbrakeTestError (AirbrakeTestError):
299
- lib/airbrake/rack/middleware.rb:48:in `call'
300
-
301
-
302
- Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-05-04 16:41:41 +0300
303
- Processing by DummyController#active_record_after_commit as HTML
304
-  (0.0ms) begin transaction
305
- SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
306
-  (0.1ms) commit transaction
307
- #<AirbrakeTestError: after_commit>
308
- Rendered dummy/active_record_after_commit.html.erb within layouts/application (1.0ms)
309
- Completed 200 OK in 21.3ms (Views: 13.4ms | ActiveRecord: 0.3ms)
310
- Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-05-04 16:41:41 +0300
311
- Processing by DummyController#active_record_after_rollback as HTML
312
-  (0.0ms) begin transaction
313
- SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
314
-  (0.0ms) rollback transaction
315
- #<AirbrakeTestError: after_rollback>
316
- Rendered dummy/active_record_after_rollback.html.erb within layouts/application (0.2ms)
317
- Completed 200 OK in 24.9ms (Views: 1.0ms | ActiveRecord: 0.1ms)
318
- Started GET "/delayed_job" for 127.0.0.1 at 2018-05-04 16:41:41 +0300
319
- Processing by DummyController#delayed_job as HTML
320
- Completed 500 Internal Server Error in 11.7ms
321
-
322
- AirbrakeTestError (delayed_job error):
323
- lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
324
- lib/airbrake/rack/middleware.rb:48:in `call'
325
-
326
-
327
- Started GET "/delayed_job" for 127.0.0.1 at 2018-05-04 16:41:45 +0300
328
- Processing by DummyController#delayed_job as HTML
329
- Completed 500 Internal Server Error in 0.8ms
330
-
331
- AirbrakeTestError (delayed_job error):
332
- lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
333
- lib/airbrake/rack/middleware.rb:48:in `call'
334
-
335
-
336
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:41:47 +0300
337
- Processing by DummyController#crash as HTML
338
- Completed 500 Internal Server Error in 0.2ms
339
-
340
- AirbrakeTestError (AirbrakeTestError):
341
- lib/airbrake/rack/middleware.rb:48:in `call'
342
-
343
-
344
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:47 +0300
345
- Processing by DummyController#notify_airbrake_sync_helper as HTML
346
- Parameters: {"foo"=>"bar"}
347
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
348
- Completed 200 OK in 15.8ms (Views: 1.0ms | ActiveRecord: 0.0ms)
349
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:47 +0300
350
- Processing by DummyController#notify_airbrake_sync_helper as HTML
351
- Parameters: {"foo"=>"bar"}
352
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
353
- Completed 200 OK in 19.2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
354
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:47 +0300
355
- Processing by DummyController#notify_airbrake_sync_helper as HTML
356
- Parameters: {"foo"=>"bar"}
357
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
358
- Completed 200 OK in 25.5ms (Views: 13.9ms | ActiveRecord: 0.0ms)
359
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:50 +0300
360
- Processing by DummyController#notify_airbrake_sync_helper as HTML
361
- Parameters: {"foo"=>"bar"}
362
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
363
- Completed 200 OK in 13.4ms (Views: 0.9ms | ActiveRecord: 0.0ms)
364
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:50 +0300
365
- Processing by DummyController#notify_airbrake_sync_helper as HTML
366
- Parameters: {"foo"=>"bar"}
367
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.3ms)
368
- Completed 200 OK in 13.5ms (Views: 1.2ms | ActiveRecord: 0.0ms)
369
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:50 +0300
370
- Processing by DummyController#notify_airbrake_helper as HTML
371
- Parameters: {"foo"=>"bar"}
372
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
373
- Completed 200 OK in 15.0ms (Views: 10.5ms | ActiveRecord: 0.0ms)
374
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:50 +0300
375
- Processing by DummyController#notify_airbrake_helper as HTML
376
- Parameters: {"foo"=>"bar"}
377
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
378
- Completed 200 OK in 12.5ms (Views: 8.6ms | ActiveRecord: 0.0ms)
379
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:51 +0300
380
- Processing by DummyController#notify_airbrake_helper as HTML
381
- Parameters: {"foo"=>"bar"}
382
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
383
- Completed 200 OK in 13.3ms (Views: 9.3ms | ActiveRecord: 0.0ms)
384
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:54 +0300
385
- Processing by DummyController#notify_airbrake_helper as HTML
386
- Parameters: {"foo"=>"bar"}
387
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
388
- Completed 200 OK in 13.8ms (Views: 9.1ms | ActiveRecord: 0.0ms)
389
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:54 +0300
390
- Processing by DummyController#notify_airbrake_helper as HTML
391
- Parameters: {"foo"=>"bar"}
392
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
393
- Completed 200 OK in 13.5ms (Views: 9.2ms | ActiveRecord: 0.0ms)
394
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:54 +0300
395
- Processing by DummyController#crash as HTML
396
- Parameters: {"foo"=>"bar"}
397
- Completed 500 Internal Server Error in 0.1ms
398
-
399
- AirbrakeTestError (AirbrakeTestError):
400
- lib/airbrake/rack/middleware.rb:48:in `call'
401
-
402
-
403
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:54 +0300
404
- Processing by DummyController#crash as HTML
405
- Parameters: {"foo"=>"bar"}
406
- Completed 500 Internal Server Error in 0.2ms
407
-
408
- AirbrakeTestError (AirbrakeTestError):
409
- lib/airbrake/rack/middleware.rb:48:in `call'
410
-
411
-
412
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:54 +0300
413
- Processing by DummyController#crash as HTML
414
- Parameters: {"foo"=>"bar"}
415
- Completed 500 Internal Server Error in 0.2ms
416
-
417
- AirbrakeTestError (AirbrakeTestError):
418
- lib/airbrake/rack/middleware.rb:48:in `call'
419
-
420
-
421
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:57 +0300
422
- Processing by DummyController#crash as HTML
423
- Parameters: {"foo"=>"bar"}
424
- Completed 500 Internal Server Error in 0.2ms
425
-
426
- AirbrakeTestError (AirbrakeTestError):
427
- lib/airbrake/rack/middleware.rb:48:in `call'
428
-
429
-
430
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:41:57 +0300
431
- Processing by DummyController#crash as HTML
432
- Parameters: {"foo"=>"bar"}
433
- Completed 500 Internal Server Error in 0.2ms
434
-
435
- AirbrakeTestError (AirbrakeTestError):
436
- lib/airbrake/rack/middleware.rb:48:in `call'
437
-
438
-
439
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:41:57 +0300
440
- Processing by DummyController#crash as HTML
441
- Completed 500 Internal Server Error in 0.2ms
442
-
443
- AirbrakeTestError (AirbrakeTestError):
444
- lib/airbrake/rack/middleware.rb:48:in `call'
445
-
446
-
447
- Started GET "/" for 127.0.0.1 at 2018-05-04 16:41:57 +0300
448
- Processing by DummyController#index as HTML
449
- Rendered dummy/index.html.erb within layouts/application (0.2ms)
450
- Completed 200 OK in 1.3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
451
- Started GET "/resque" for 127.0.0.1 at 2018-05-04 16:41:57 +0300
452
- Processing by DummyController#resque as HTML
453
- Rendered dummy/resque.html.erb within layouts/application (0.2ms)
454
- Completed 200 OK in 1.9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
455
- Started GET "/resque" for 127.0.0.1 at 2018-05-04 16:41:57 +0300
456
- Processing by DummyController#resque as HTML
457
- Rendered dummy/resque.html.erb within layouts/application (0.2ms)
458
- Completed 200 OK in 12.9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
459
- Connecting to database specified by DATABASE_URL
460
-  (0.9ms) select sqlite_version(*)
461
-  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255))
462
-  (0.1ms) CREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0 NOT NULL, "attempts" integer DEFAULT 0 NOT NULL, "handler" text NOT NULL, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "queue" varchar(255), "created_at" datetime, "updated_at" datetime) 
463
-  (0.1ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
464
- Started GET "/resque" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
465
- Processing by DummyController#resque as HTML
466
- Rendered dummy/resque.html.erb within layouts/application (0.9ms)
467
- Completed 200 OK in 17.7ms (Views: 5.6ms | ActiveRecord: 0.0ms)
468
- Started GET "/resque" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
469
- Processing by DummyController#resque as HTML
470
- Rendered dummy/resque.html.erb within layouts/application (0.2ms)
471
- Completed 200 OK in 1.7ms (Views: 0.8ms | ActiveRecord: 0.0ms)
472
- Started GET "/active_record_after_rollback" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
473
- Processing by DummyController#active_record_after_rollback as HTML
474
-  (0.0ms) begin transaction
475
- SQL (0.1ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bango"]]
476
-  (0.0ms) rollback transaction
477
- #<AirbrakeTestError: after_rollback>
478
- Rendered dummy/active_record_after_rollback.html.erb within layouts/application (0.2ms)
479
- Completed 200 OK in 29.8ms (Views: 1.3ms | ActiveRecord: 0.3ms)
480
- Started GET "/active_record_after_commit" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
481
- Processing by DummyController#active_record_after_commit as HTML
482
-  (0.0ms) begin transaction
483
- SQL (0.0ms) INSERT INTO "books" ("title") VALUES (?) [["title", "Bingo"]]
484
-  (0.0ms) commit transaction
485
- #<AirbrakeTestError: after_commit>
486
- Rendered dummy/active_record_after_commit.html.erb within layouts/application (0.2ms)
487
- Completed 200 OK in 13.6ms (Views: 0.8ms | ActiveRecord: 0.1ms)
488
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
489
- Processing by DummyController#crash as HTML
490
- Completed 500 Internal Server Error in 0.2ms
491
-
492
- AirbrakeTestError (AirbrakeTestError):
493
- lib/airbrake/rack/middleware.rb:48:in `call'
494
-
495
-
496
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
497
- Processing by DummyController#notify_airbrake_helper as HTML
498
- Parameters: {"foo"=>"bar"}
499
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.3ms)
500
- Completed 200 OK in 13.6ms (Views: 9.2ms | ActiveRecord: 0.0ms)
501
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
502
- Processing by DummyController#notify_airbrake_helper as HTML
503
- Parameters: {"foo"=>"bar"}
504
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.1ms)
505
- Completed 200 OK in 11.2ms (Views: 6.8ms | ActiveRecord: 0.0ms)
506
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
507
- Processing by DummyController#notify_airbrake_helper as HTML
508
- Parameters: {"foo"=>"bar"}
509
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
510
- Completed 200 OK in 5.4ms (Views: 0.8ms | ActiveRecord: 0.0ms)
511
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
512
- Processing by DummyController#notify_airbrake_helper as HTML
513
- Parameters: {"foo"=>"bar"}
514
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
515
- Completed 200 OK in 13.4ms (Views: 8.0ms | ActiveRecord: 0.0ms)
516
- Started GET "/notify_airbrake_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
517
- Processing by DummyController#notify_airbrake_helper as HTML
518
- Parameters: {"foo"=>"bar"}
519
- Rendered dummy/notify_airbrake_helper.html.erb within layouts/application (0.2ms)
520
- Completed 200 OK in 4.7ms (Views: 0.9ms | ActiveRecord: 0.0ms)
521
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
522
- Processing by DummyController#crash as HTML
523
- Parameters: {"foo"=>"bar"}
524
- Completed 500 Internal Server Error in 0.2ms
525
-
526
- AirbrakeTestError (AirbrakeTestError):
527
- lib/airbrake/rack/middleware.rb:48:in `call'
528
-
529
-
530
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
531
- Processing by DummyController#crash as HTML
532
- Parameters: {"foo"=>"bar"}
533
- Completed 500 Internal Server Error in 0.2ms
534
-
535
- AirbrakeTestError (AirbrakeTestError):
536
- lib/airbrake/rack/middleware.rb:48:in `call'
537
-
538
-
539
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
540
- Processing by DummyController#crash as HTML
541
- Parameters: {"foo"=>"bar"}
542
- Completed 500 Internal Server Error in 0.2ms
543
-
544
- AirbrakeTestError (AirbrakeTestError):
545
- lib/airbrake/rack/middleware.rb:48:in `call'
546
-
547
-
548
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
549
- Processing by DummyController#crash as HTML
550
- Parameters: {"foo"=>"bar"}
551
- Completed 500 Internal Server Error in 0.2ms
552
-
553
- AirbrakeTestError (AirbrakeTestError):
554
- lib/airbrake/rack/middleware.rb:48:in `call'
555
-
556
-
557
- Started GET "/crash?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:32 +0300
558
- Processing by DummyController#crash as HTML
559
- Parameters: {"foo"=>"bar"}
560
- Completed 500 Internal Server Error in 0.2ms
561
-
562
- AirbrakeTestError (AirbrakeTestError):
563
- lib/airbrake/rack/middleware.rb:48:in `call'
564
-
565
-
566
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:33 +0300
567
- Processing by DummyController#notify_airbrake_sync_helper as HTML
568
- Parameters: {"foo"=>"bar"}
569
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
570
- Completed 200 OK in 15.6ms (Views: 1.3ms | ActiveRecord: 0.0ms)
571
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:33 +0300
572
- Processing by DummyController#notify_airbrake_sync_helper as HTML
573
- Parameters: {"foo"=>"bar"}
574
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
575
- Completed 200 OK in 12.4ms (Views: 1.0ms | ActiveRecord: 0.0ms)
576
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:33 +0300
577
- Processing by DummyController#notify_airbrake_sync_helper as HTML
578
- Parameters: {"foo"=>"bar"}
579
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
580
- Completed 200 OK in 13.0ms (Views: 1.1ms | ActiveRecord: 0.0ms)
581
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:33 +0300
582
- Processing by DummyController#notify_airbrake_sync_helper as HTML
583
- Parameters: {"foo"=>"bar"}
584
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
585
- Completed 200 OK in 13.1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
586
- Started GET "/notify_airbrake_sync_helper?foo=bar" for 127.0.0.1 at 2018-05-04 16:42:33 +0300
587
- Processing by DummyController#notify_airbrake_sync_helper as HTML
588
- Parameters: {"foo"=>"bar"}
589
- Rendered dummy/notify_airbrake_sync_helper.html.erb within layouts/application (0.2ms)
590
- Completed 200 OK in 12.9ms (Views: 1.1ms | ActiveRecord: 0.0ms)
591
- Started GET "/delayed_job" for 127.0.0.1 at 2018-05-04 16:42:33 +0300
592
- Processing by DummyController#delayed_job as HTML
593
- Completed 500 Internal Server Error in 15.5ms
594
-
595
- AirbrakeTestError (delayed_job error):
596
- lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
597
- lib/airbrake/rack/middleware.rb:48:in `call'
598
-
599
-
600
- Started GET "/delayed_job" for 127.0.0.1 at 2018-05-04 16:42:37 +0300
601
- Processing by DummyController#delayed_job as HTML
602
- Completed 500 Internal Server Error in 0.8ms
603
-
604
- AirbrakeTestError (delayed_job error):
605
- lib/airbrake/delayed_job.rb:10:in `block (2 levels) in <class:Airbrake>'
606
- lib/airbrake/rack/middleware.rb:48:in `call'
607
-
608
-
609
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:42:39 +0300
610
- Processing by DummyController#crash as HTML
611
- Completed 500 Internal Server Error in 0.2ms
612
-
613
- AirbrakeTestError (AirbrakeTestError):
614
- lib/airbrake/rack/middleware.rb:48:in `call'
615
-
616
-
617
- Started GET "/" for 127.0.0.1 at 2018-05-04 16:42:39 +0300
618
- Processing by DummyController#index as HTML
619
- Rendered dummy/index.html.erb within layouts/application (0.1ms)
620
- Completed 200 OK in 0.9ms (Views: 0.8ms | ActiveRecord: 0.0ms)
621
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:42:39 +0300
622
- Processing by DummyController#crash as HTML
623
- Completed 500 Internal Server Error in 0.3ms
624
-
625
- AirbrakeTestError (AirbrakeTestError):
626
- lib/airbrake/rack/middleware.rb:48:in `call'
627
-
628
-
629
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:42:39 +0300
630
- Processing by DummyController#crash as HTML
631
- Completed 500 Internal Server Error in 0.2ms
632
-
633
- AirbrakeTestError (AirbrakeTestError):
634
- lib/airbrake/rack/middleware.rb:48:in `call'
635
-
636
-
637
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:42:39 +0300
638
- Processing by DummyController#crash as HTML
639
- Completed 500 Internal Server Error in 0.2ms
640
-
641
- AirbrakeTestError (AirbrakeTestError):
642
- lib/airbrake/rack/middleware.rb:48:in `call'
643
-
644
-
645
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:42:39 +0300
646
- Processing by DummyController#crash as HTML
647
- Completed 500 Internal Server Error in 0.2ms
648
-
649
- AirbrakeTestError (AirbrakeTestError):
650
- lib/airbrake/rack/middleware.rb:48:in `call'
651
-
652
-
653
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:42:39 +0300
654
- Processing by DummyController#crash as HTML
655
- Completed 500 Internal Server Error in 0.2ms
656
-
657
- AirbrakeTestError (AirbrakeTestError):
658
- lib/airbrake/rack/middleware.rb:48:in `call'
659
-
660
-
661
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:42:39 +0300
662
- Processing by DummyController#crash as HTML
663
- Completed 500 Internal Server Error in 0.2ms
664
-
665
- AirbrakeTestError (AirbrakeTestError):
666
- lib/airbrake/rack/middleware.rb:48:in `call'
667
-
668
-
669
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:42:39 +0300
670
- Processing by DummyController#crash as HTML
671
- Completed 500 Internal Server Error in 0.2ms
672
-
673
- AirbrakeTestError (AirbrakeTestError):
674
- lib/airbrake/rack/middleware.rb:48:in `call'
675
-
676
-
677
- Started GET "/crash" for 127.0.0.1 at 2018-05-04 16:42:39 +0300
678
- Processing by DummyController#crash as HTML
679
- Completed 500 Internal Server Error in 0.2ms
680
-
681
- AirbrakeTestError (AirbrakeTestError):
682
- lib/airbrake/rack/middleware.rb:48:in `call'
683
-
684
-