appsignal 4.8.0 → 4.8.1

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
  SHA256:
3
- metadata.gz: 374973a9b6a7ecaaec8b95c1aabcf738d2426364f6102e3e625d03c649524f4d
4
- data.tar.gz: 8b8c0e6483788d34adcbd3d0d824bd0622f422500e45b2731ff513ab2f0b0909
3
+ metadata.gz: abd23e04f7261e93ee807fcce645036be5069187ad68c23d954405f4db3cb69c
4
+ data.tar.gz: 8fff3cc2fe093c596164b50309bf88aa72ee84fb036310d542f43dc1bf5bd938
5
5
  SHA512:
6
- metadata.gz: cd4637984afd4ec3fce96f18b9418f07c5dc79eea2f416f90ec6b9b59d5b36612e4e308c8bc25f9451e154c30c49e55c28651758d1023bc2ed9bdda266e00f8e
7
- data.tar.gz: 89dc007d4151e75900412840cf606e73ca2633c17b53221364c65ac903014a122fdf18498a84b63c2f525bafbc172bcbd47b7235884254d45bc56c389e424e50
6
+ metadata.gz: ff006023cf00c20bae000105fac558b3d329c6e91bbbe8c15d268ec3f43076902cfe7dbe062f794b1394a617fcdff1ad4d685735c74a5fdf2986145397abe5f5
7
+ data.tar.gz: 9edbcb359dbfb4414ffbfd83b00d4c9dc3424aeab0a6f1bf0eb10eee5c0887b43a185b48fdea30e98e7ec1b11ac3aedc735e6bbab69ac387fe2173db4a740878
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # AppSignal for Ruby gem Changelog
2
2
 
3
+ ## 4.8.1
4
+
5
+ _Published on 2025-12-16._
6
+
7
+ ### Changed
8
+
9
+ - Disable the `enable_active_support_event_log_reporter` configuration option by default. (patch [7f22a693](https://github.com/appsignal/appsignal-ruby/commit/7f22a693e19ba7454d9377c121e0e30b4df5b6cf))
10
+
3
11
  ## 4.8.0
4
12
 
5
13
  _Published on 2025-12-04._
@@ -102,7 +102,7 @@ module Appsignal
102
102
  :enable_gvl_global_timer => true,
103
103
  :enable_gvl_waiting_threads => true,
104
104
  :enable_rails_error_reporter => true,
105
- :enable_active_support_event_log_reporter => true,
105
+ :enable_active_support_event_log_reporter => false,
106
106
  :enable_rake_performance_instrumentation => false,
107
107
  :endpoint => "https://push.appsignal.com",
108
108
  :files_world_accessible => true,
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Appsignal
4
4
  # @return [String]
5
- VERSION = "4.8.0"
5
+ VERSION = "4.8.1"
6
6
  end
data/sig/appsignal.rbi CHANGED
@@ -8,7 +8,7 @@
8
8
  module Appsignal
9
9
  extend Appsignal::Helpers::Metrics
10
10
  extend Appsignal::Helpers::Instrumentation
11
- VERSION = T.let("4.7.5", T.untyped)
11
+ VERSION = T.let("4.8.1", T.untyped)
12
12
 
13
13
  class << self
14
14
  # The loaded AppSignal configuration.
metadata CHANGED
@@ -1,16 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appsignal
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.8.0
4
+ version: 4.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Beekman
8
8
  - Thijs Cadier
9
9
  - Tom de Bruijn
10
- autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 1980-01-01 00:00:00.000000000 Z
12
+ date: 1980-01-02 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: logger
@@ -323,7 +322,6 @@ metadata:
323
322
  documentation_uri: https://docs.appsignal.com/ruby/
324
323
  homepage_uri: https://docs.appsignal.com/ruby/
325
324
  source_code_uri: https://github.com/appsignal/appsignal-ruby
326
- post_install_message:
327
325
  rdoc_options: []
328
326
  require_paths:
329
327
  - lib
@@ -339,8 +337,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
339
337
  - !ruby/object:Gem::Version
340
338
  version: '0'
341
339
  requirements: []
342
- rubygems_version: 3.5.9
343
- signing_key:
340
+ rubygems_version: 3.6.9
344
341
  specification_version: 4
345
342
  summary: Logs performance and exception data from your app to appsignal.com
346
343
  test_files: []