appsignal 4.8.0-java → 4.8.1-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1c95dafab66af972baf49ceedc4e904a484dd9dc29a5640aeba1af5a537358b
4
- data.tar.gz: 8b8c0e6483788d34adcbd3d0d824bd0622f422500e45b2731ff513ab2f0b0909
3
+ metadata.gz: 43b923f86f68b59e5398b10394ecbab0e020644aa52ac3d115f648c7600676a1
4
+ data.tar.gz: 8fff3cc2fe093c596164b50309bf88aa72ee84fb036310d542f43dc1bf5bd938
5
5
  SHA512:
6
- metadata.gz: 05fac090059bda52397188158c09d2ee060e2c25ac5371667005f5bdadf15d12f5e46bd48e84942e472fa10a43da43b14afb5f8f76c18496d56c6f111de4580b
7
- data.tar.gz: 89dc007d4151e75900412840cf606e73ca2633c17b53221364c65ac903014a122fdf18498a84b63c2f525bafbc172bcbd47b7235884254d45bc56c389e424e50
6
+ metadata.gz: faa0243f4174d6ace6df6e39585b5484917f5efa9453b352cc74d816c7d12084c13cc2e6052cd05247bdffa180110e542125a17c5aea8384a4a03da8cb8b927f
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: java
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
@@ -337,7 +336,6 @@ metadata:
337
336
  documentation_uri: https://docs.appsignal.com/ruby/
338
337
  homepage_uri: https://docs.appsignal.com/ruby/
339
338
  source_code_uri: https://github.com/appsignal/appsignal-ruby
340
- post_install_message:
341
339
  rdoc_options: []
342
340
  require_paths:
343
341
  - lib
@@ -353,8 +351,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
353
351
  - !ruby/object:Gem::Version
354
352
  version: '0'
355
353
  requirements: []
356
- rubygems_version: 3.5.9
357
- signing_key:
354
+ rubygems_version: 3.6.9
358
355
  specification_version: 4
359
356
  summary: Logs performance and exception data from your app to appsignal.com
360
357
  test_files: []