Skip to content

Commit

Permalink
Merge branch 'main' into node/unified-snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcuva committed Dec 19, 2023
2 parents 7468cf4 + 620d3ab commit b8a680d
Show file tree
Hide file tree
Showing 18 changed files with 1,977 additions and 15,213 deletions.
44 changes: 44 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ updates:
- dependency-type: production
labels:
- dependencies
groups:
minor-production-deps:
dependency-type: 'production'
update-types:
- minor
- patch
minor-development-deps:
dependency-type: 'development'
update-types:
- minor
- patch
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)
Expand All @@ -21,6 +32,17 @@ updates:
open-pull-requests-limit: 10
labels:
- dependencies
groups:
minor-production-deps:
dependency-type: 'production'
update-types:
- minor
- patch
minor-development-deps:
dependency-type: 'development'
update-types:
- minor
- patch
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)
Expand All @@ -40,6 +62,17 @@ updates:
labels:
- dependencies
- area:node
groups:
minor-production-deps:
dependency-type: 'production'
update-types:
- minor
- patch
minor-development-deps:
dependency-type: 'development'
update-types:
- minor
- patch
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)
Expand Down Expand Up @@ -76,6 +109,17 @@ updates:
labels:
- dependencies
- area:php
groups:
minor-production-deps:
dependency-type: 'production'
update-types:
- minor
- patch
minor-development-deps:
dependency-type: 'development'
update-types:
- minor
- patch
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)
Expand Down
2 changes: 1 addition & 1 deletion docs/ruby-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you're a developer, it takes a few small steps to send your API logs to [Read
<!--alex ignore blacklist whitelist-->

- You add the ReadMe middleware to your Rails application.
- The middleware sends to ReadMe the request and response objects that your Express server generates each time a user makes a request to your API. The entire objects are sent, unless you blacklist or whitelist keys.
- The middleware sends to ReadMe the request and response objects that your server generates each time a user makes a request to your API. The entire objects are sent, unless you blacklist or whitelist keys.
- ReadMe extracts information to display in Metrics, such as which endpoint is being called, response code, and error messages. It also identifies the customer who called your API, using whichever keys in the middleware you call out as containing relevant customer info.

## Getting Started
Expand Down
Loading

0 comments on commit b8a680d

Please sign in to comment.