posthog-rails 3.18.2 → 3.18.3
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/lib/posthog/rails/logs/appender.rb +3 -4
- data/lib/posthog/rails/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c2a7c44b00c4810b1e4450a50d784bcecbc58addec2c6ac13e540f9ff56fe90
|
|
4
|
+
data.tar.gz: 7508ac8053cdb6fdd3ccb0f8a025af6a1cacc92fd857735a170a63f03179744c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c49e4dba91725a945bac5091b109ec97c28bce9c8142241a83e0e775fed9dec1f6ed5784a46dc29c1cd8c648af87634f90585396a261f78345b068d7da9d395
|
|
7
|
+
data.tar.gz: 6e955d2f0b1858b0cc94893be174096ebc1a063f251a35a51db496130f61813d1041f8e0b9cbb3b9b1d9da0aa91d4fde972265ae6e277fe3d868593a1c530b70
|
|
@@ -166,10 +166,9 @@ module PostHog
|
|
|
166
166
|
# before_send that drops noisy logs must not starve the legitimate
|
|
167
167
|
# records behind them.
|
|
168
168
|
#
|
|
169
|
-
#
|
|
170
|
-
#
|
|
171
|
-
#
|
|
172
|
-
# than losing the line.
|
|
169
|
+
# A failing callback drops the record: the likeliest use is PII
|
|
170
|
+
# scrubbing, where shipping the unscrubbed original is worse than losing
|
|
171
|
+
# the line.
|
|
173
172
|
def apply_before_send(record)
|
|
174
173
|
return record unless @before_send
|
|
175
174
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: posthog-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.18.
|
|
4
|
+
version: 3.18.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PostHog
|
|
@@ -29,14 +29,14 @@ dependencies:
|
|
|
29
29
|
requirements:
|
|
30
30
|
- - '='
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.23.
|
|
32
|
+
version: 3.23.2
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - '='
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 3.23.
|
|
39
|
+
version: 3.23.2
|
|
40
40
|
description: Automatic exception tracking and instrumentation for Ruby on Rails applications
|
|
41
41
|
using PostHog
|
|
42
42
|
email: engineering@posthog.com
|