appsignal 4.10.3-java → 4.10.4-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 +4 -4
- data/CHANGELOG.md +15 -0
- data/lib/appsignal/integrations/railtie.rb +4 -2
- data/lib/appsignal/version.rb +1 -1
- data/sig/appsignal.rbi +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3e9130a7fa45f49f8047af34f7fe483456fedef973f9e62ca56bdaad50eb3a1f
|
|
4
|
+
data.tar.gz: f7b4bf9aac46c183ce5ff78387e7a4ab56f85f203efcf2f995701d5424517c7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d044269ce96bcbef0e9400ee611b41ee762d529ed0f802451974df77576ad27f46e47465f0f66cceae099a2fa34b361f63267c3182eb351d3b2d31ef108bfcbd
|
|
7
|
+
data.tar.gz: e3040b1ad97a20dbfe94fe80345489a22d8de81c907df61180d5e247553122c92dcd146be3b7b37cb665b6db28d454bf580e1e05345e52a61270da31d6774360
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# AppSignal for Ruby gem Changelog
|
|
2
2
|
|
|
3
|
+
## 4.10.4
|
|
4
|
+
|
|
5
|
+
_Published on 2026-09-22._
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Start AppSignal before the Rails application's initializers run. Depending on
|
|
10
|
+
the order in which gems were loaded, AppSignal could start after
|
|
11
|
+
`config/initializers`. In those applications `Appsignal.active?` returned
|
|
12
|
+
`false` inside an initializer, errors raised by initializers were not reported,
|
|
13
|
+
and with `config.appsignal.start_at = :after_initialize` the Rails defaults for
|
|
14
|
+
`log_path` and `ignore_actions` were not applied.
|
|
15
|
+
|
|
16
|
+
(patch [523d8458](https://github.com/appsignal/appsignal-ruby/commit/523d845879cfe8cc6306bdc24d51f88ad979f714))
|
|
17
|
+
|
|
3
18
|
## 4.10.3
|
|
4
19
|
|
|
5
20
|
_Published on 2026-09-10._
|
|
@@ -13,8 +13,10 @@ module Appsignal
|
|
|
13
13
|
config.appsignal = ActiveSupport::OrderedOptions.new
|
|
14
14
|
config.appsignal.start_at = :on_load
|
|
15
15
|
|
|
16
|
-
#
|
|
17
|
-
|
|
16
|
+
# Runs before `load_config_initializers` so that AppSignal has started
|
|
17
|
+
# when the app's initializers run, and errors they raise are reported.
|
|
18
|
+
initializer "appsignal.configure_rails_initialization",
|
|
19
|
+
:before => :load_config_initializers do |app|
|
|
18
20
|
Appsignal::Integrations::Railtie.on_load(app)
|
|
19
21
|
end
|
|
20
22
|
|
data/lib/appsignal/version.rb
CHANGED
data/sig/appsignal.rbi
CHANGED
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.10.
|
|
4
|
+
version: 4.10.4
|
|
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:
|
|
12
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: logger
|
|
@@ -338,7 +337,6 @@ metadata:
|
|
|
338
337
|
documentation_uri: https://docs.appsignal.com/ruby/
|
|
339
338
|
homepage_uri: https://docs.appsignal.com/ruby/
|
|
340
339
|
source_code_uri: https://github.com/appsignal/appsignal-ruby
|
|
341
|
-
post_install_message:
|
|
342
340
|
rdoc_options: []
|
|
343
341
|
require_paths:
|
|
344
342
|
- lib
|
|
@@ -354,8 +352,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
354
352
|
- !ruby/object:Gem::Version
|
|
355
353
|
version: '0'
|
|
356
354
|
requirements: []
|
|
357
|
-
rubygems_version: 3.
|
|
358
|
-
signing_key:
|
|
355
|
+
rubygems_version: 3.6.9
|
|
359
356
|
specification_version: 4
|
|
360
357
|
summary: Logs performance and exception data from your app to appsignal.com
|
|
361
358
|
test_files: []
|