appsignal 2.3.0.beta.3 → 2.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3a669256f04171e6ec8fb3041e1e2ef2965483e0
4
- data.tar.gz: 7e5efa63c17d7b7334a917a1d116c50ac345fa78
3
+ metadata.gz: 04ca86e33e9fbf86ae94a677268ee62293f01aab
4
+ data.tar.gz: 3c0488c1ebf22294fd07887f466dd8dc483b2314
5
5
  SHA512:
6
- metadata.gz: 2a556f00bbef7b01352b822f9c0ff7794f11c4ac80882bc2e144c6d77d8e6ee54563925d327ed6fad436f1d9fc18360094649ccf0af2685d8e3a54ee803ed193
7
- data.tar.gz: b9caae2df72fe923d874be74d080387358a18752db9643f685aa8449096bd035a0beb021b300b5518ad5d5a5377939edd503e2262e145c8b2d5a5c5ebc01159a
6
+ metadata.gz: 49631efbcc56a2889c5ea3b1185a9428be0aa238e9c724cfc67c68f6ca3f7bab05e6b8332741c79ff3679d4aafdf1a3932f0b9b6e1381b96de5c98ef3a732670
7
+ data.tar.gz: c4e9bef228b574f02f443b95bdfd827a54a85324ea05c6a1a5d10994182bb1160288a936539bd71af5b5488a6552b923955d894dd2203e0b8051c6a3e07d943e
@@ -1,4 +1,4 @@
1
- # 2.3.0 (unreleased)
1
+ # 2.3.0
2
2
  * Fix Shoryuken instrumentation when body is a string. PR #266
3
3
  * Enable ActiveSupport instrumentation at all times. PR #274
4
4
  * Add parameter filtering for background jobs. Automatically uses the AppSignal
@@ -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
- # tags to add to the error. See also {.tag_request}.
258
- # @param namespace [Exception] The namespace in which the error occurred.
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
@@ -1,5 +1,5 @@
1
1
  require "yaml"
2
2
 
3
3
  module Appsignal
4
- VERSION = "2.3.0.beta.3".freeze
4
+ VERSION = "2.3.0".freeze
5
5
  end
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.beta.3
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-06-27 00:00:00.000000000 Z
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: 1.3.1
352
+ version: '0'
353
353
  requirements: []
354
354
  rubyforge_project:
355
355
  rubygems_version: 2.6.12