mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-09 00:03:05 -04:00
Merge upstream and update generated code for v391
This commit is contained in:
commit
2f7ede30d1
@ -1 +1 @@
|
||||
v387
|
||||
v391
|
@ -266,7 +266,7 @@ For example:
|
||||
```ruby
|
||||
Stripe::Instrumentation.subscribe(:request_end) do |request_event|
|
||||
# Filter out high-cardinality ids from `path`
|
||||
path_parts = event.path.split("/").drop(2)
|
||||
path_parts = request_event.path.split("/").drop(2)
|
||||
resource = path_parts.map { |part| part.match?(/\A[a-z_]+\z/) ? part : ":id" }.join("/")
|
||||
|
||||
tags = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user