Merge upstream and update generated code for v391

This commit is contained in:
Stripe OpenAPI 2023-06-21 15:19:36 +00:00
commit 2f7ede30d1
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
v387
v391

View File

@ -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 = {