appsignal 2.3.0.beta.3 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/lib/appsignal.rb +6 -2
- data/lib/appsignal/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04ca86e33e9fbf86ae94a677268ee62293f01aab
|
4
|
+
data.tar.gz: 3c0488c1ebf22294fd07887f466dd8dc483b2314
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49631efbcc56a2889c5ea3b1185a9428be0aa238e9c724cfc67c68f6ca3f7bab05e6b8332741c79ff3679d4aafdf1a3932f0b9b6e1381b96de5c98ef3a732670
|
7
|
+
data.tar.gz: c4e9bef228b574f02f443b95bdfd827a54a85324ea05c6a1a5d10994182bb1160288a936539bd71af5b5488a6552b923955d894dd2203e0b8051c6a3e07d943e
|
data/CHANGELOG.md
CHANGED
data/lib/appsignal.rb
CHANGED
@@ -254,8 +254,8 @@ module Appsignal
|
|
254
254
|
#
|
255
255
|
# @param error [Exception] The error to send to AppSignal.
|
256
256
|
# @param tags [Hash{String, Symbol => String, Symbol, Integer}] Additional
|
257
|
-
#
|
258
|
-
# @param namespace [
|
257
|
+
# tags to add to the error. See also {.tag_request}.
|
258
|
+
# @param namespace [String] The namespace in which the error occurred.
|
259
259
|
# See also {.set_namespace}.
|
260
260
|
# @return [void]
|
261
261
|
#
|
@@ -309,6 +309,10 @@ module Appsignal
|
|
309
309
|
# end
|
310
310
|
#
|
311
311
|
# @param exception [Exception] The error to add to the current transaction.
|
312
|
+
# @param tags [Hash{String, Symbol => String, Symbol, Integer}] Additional
|
313
|
+
# tags to add to the error. See also {.tag_request}.
|
314
|
+
# @param namespace [String] The namespace in which the error occurred.
|
315
|
+
# See also {.set_namespace}.
|
312
316
|
# @return [void]
|
313
317
|
#
|
314
318
|
# @see Transaction#set_error
|
data/lib/appsignal/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appsignal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.0
|
4
|
+
version: 2.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Beekman
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-07-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rack
|
@@ -347,9 +347,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
347
347
|
version: '1.9'
|
348
348
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
349
349
|
requirements:
|
350
|
-
- - "
|
350
|
+
- - ">="
|
351
351
|
- !ruby/object:Gem::Version
|
352
|
-
version:
|
352
|
+
version: '0'
|
353
353
|
requirements: []
|
354
354
|
rubyforge_project:
|
355
355
|
rubygems_version: 2.6.12
|