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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b455c7917a0e1be03f4fa4e67d05060297e23f95d169ef3733ae89889d089817
4
- data.tar.gz: 79dc47039da40d4284ff465186ab00c4abe289be71eefb93af002362e394c299
3
+ metadata.gz: 3c2a7c44b00c4810b1e4450a50d784bcecbc58addec2c6ac13e540f9ff56fe90
4
+ data.tar.gz: 7508ac8053cdb6fdd3ccb0f8a025af6a1cacc92fd857735a170a63f03179744c
5
5
  SHA512:
6
- metadata.gz: cd990168490e87d29016c41a66d1bd268d2e7e686a27329ac9e130bf9be9336768670309f7b2e11c0b7fb4bdba8c3174387b3971b542403bf772e719a2e01a00
7
- data.tar.gz: 326433a8de3a813e12b1d8568fcb75ee2bd2d3dd4e76be6b07eb3f043765c62b38da461e90d4ea22fc04dcf407a4c126ba78fe30c8f83512da5dcd42684051a6
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
- # Unlike the events before_send (which sends the original event when the
170
- # callback raises), a failing callback drops the record: the likeliest
171
- # use is PII scrubbing, where shipping the unscrubbed original is worse
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
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PostHog
4
4
  module Rails
5
- VERSION = '3.18.2'
5
+ VERSION = '3.18.3'
6
6
  end
7
7
  end
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.2
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.1
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.1
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